Skip to content

Commit

Permalink
Diagnostic and display the uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Nov 8, 2023
1 parent 858f592 commit bb30e4b
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,23 +79,31 @@ runs:
echo "ls ./cache/desktopInstallSettings/"
ls ./cache/desktopInstallSettings/ || true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

# - name: Start Docker Desktop app
# shell: bash
# run: |
# /usr/bin/open /Applications/Docker.app --args --unattended --add-host-docker-internal-registry --telemetry
# echo "Docker starting..."
- name: Start Docker Desktop app
shell: bash
run: |
/usr/bin/open /Applications/Docker.app --args --unattended --add-host-docker-internal-registry --telemetry
echo "Docker starting..."
#
# - name: Wait for Docker to be up and running
# shell: bash
# run: |
- name: Wait for Docker to be up and running
shell: bash
run: |
docker ps || true
sleep 10
docker ps || true
sleep 10
docker ps || true
sleep 10
docker ps || true
sleep 10
# until docker ps; do echo "docker not ready, sleep 10 s and try again"; sleep 10; done
# echo "Docker started and ready"
# docker version

# - name: Gather Diagnostics
# if: ${{ failure() }}
# shell: bash
# run: /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather -upload
- name: Gather Diagnostics
shell: bash
run: /Applications/Docker.app/Contents/MacOS/com.docker.diagnose gather -upload

0 comments on commit bb30e4b

Please sign in to comment.