Skip to content

Commit

Permalink
fix: remove deprecated docker-compose command (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiceAesth authored Aug 6, 2024
1 parent 8c00dd9 commit 364675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose down
run: docker compose down

- name: Archive code coverage results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 364675f

Please sign in to comment.