Skip to content

Commit

Permalink
fix compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jun 13, 2024
1 parent e9420fe commit 0ffe4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
RUST_FEATURES=${{ matrix.rust-features }}
- name: Compose
id: compose
run: docker compose up --wait --waitfor 120
run: docker compose up --wait --wait-timeout 120
# continue on error so we can inspect containers in the next step
continue-on-error: true
- name: Inspect containers
Expand Down

0 comments on commit 0ffe4aa

Please sign in to comment.