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

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Aug 14, 2024
1 parent afed019 commit b4b989b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- name: Install cargo tarpaulin
uses: taiki-e/install-action@cargo-tarpaulin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Start Docker Compose
- name: Start Docker Compose
run: docker-compose up -d
run: docker compose up -d

- uses: actions-rs/toolchain@v1
name: Install toolchain
Expand Down

0 comments on commit b4b989b

Please sign in to comment.