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 43abcc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ 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
until docker ps; do echo "docker not ready, try again" ; done
echo "Docker started and ready"
Expand Down

0 comments on commit 43abcc5

Please sign in to comment.