diff --git a/start/action.yml b/start/action.yml index cd4adc8..501924c 100644 --- a/start/action.yml +++ b/start/action.yml @@ -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() }}