Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
logging consol.log
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
gtardif committed Mar 21, 2024
1 parent 724045d commit af394f7
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -38,4 +34,4 @@ jobs:

- name: Gather Diagnostics
if: ${{ failure() }}
run: /opt/docker-desktop/bin/com.docker.diagnose gather -upload
run: /Applications/Docker.app/Contents/MacOS/com.docker.diagnose check
2 changes: 1 addition & 1 deletion start/action.yml
Original file line number Diff line number Diff line change
@@ -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 echo "running docker version" ; /Applications/Docker.app/Contents/Resources/bin/docker version; do echo "sleep 10 s and retry"; sleep 10;echo "sleep ended"; done
echo "Docker started and ready"

0 comments on commit af394f7

Please sign in to comment.