Skip to content

Commit

Permalink
Fix docker compose command in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Nov 12, 2024
1 parent 9ff8010 commit 6b5e409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- run: cd compressor_integration_tests && docker-compose up -d
- run: cd compressor_integration_tests && docker compose up -d
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 6b5e409

Please sign in to comment.