Skip to content

Commit

Permalink
Add back tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Nov 7, 2023
1 parent dda46c3 commit 858f592
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,21 @@ runs:
echo "ls ./cache/desktopInstallSettings/"
ls ./cache/desktopInstallSettings/ || true
- 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: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Wait for Docker to be up and running
shell: bash
run: |
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: 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: |
# 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() }}
Expand Down

0 comments on commit 858f592

Please sign in to comment.