Skip to content

Commit

Permalink
logging consol.log
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Mar 21, 2024
1 parent 724045d commit bf96c57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu22_16cores_64gb, macos-latest]
build-url:
[
"latest",
"https://desktop.docker.com/linux/main/amd64/122432/docker-desktop-4.24.0-amd64.deb",
]
os: [macos-latest]
build-url: ["latest"]
#timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ runs:
- name: Wait for Docker to be up and running
shell: bash
run: |
for i in $(seq 1 10); do /Applications/Docker.app/Contents/Resources/bin/docker ps && break || sleep 1; done
for i in $(seq 1 10); do cat ~/Library/Containers/com.docker.docker/Data/log/vm/console.log ; sleep 10; done
echo "Docker started and ready"
echo "waited 100 secs"
docker version || /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
/Applications/Docker.app/Contents/Resources/bin/docker version || /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check

0 comments on commit bf96c57

Please sign in to comment.