Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
detach docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <brooks@cosmonic.com>
  • Loading branch information
brooksmtownsend committed Jan 18, 2022
1 parent 00cb0be commit f80102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: ${{ startswith(matrix.os, 'ubuntu') }}
uses: sudo-bot/action-docker-compose@latest
with:
cli-args: "-f ./tools/docker-compose.yml up"
cli-args: "-f ./tools/docker-compose.yml up --detach"
- id: rust-check-action
name: ${{ matrix.name }}
uses: wasmcloud/common-actions/rust-check@main
Expand Down

0 comments on commit f80102c

Please sign in to comment.