Skip to content

Commit

Permalink
fix: docker compose ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Sep 30, 2024
1 parent ac8fbcf commit cabf0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: sudo apt update && sudo apt install -y libssh2-1-dev libssl-dev
- name: Setup containers
run: docker-compose -f "tests/docker-compose.yml" up -d --build
run: docker compose -f "tests/docker-compose.yml" up -d --build
- name: Setup nightly toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit cabf0e3

Please sign in to comment.