Skip to content

Commit

Permalink
updated docker compose command (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
kr0bfb authored Sep 10, 2024
1 parent 0593067 commit fa4da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
echo "env variables have been set"
echo "Running the tests..."
docker-compose up --abort-on-container-exit
docker compose up --abort-on-container-exit
echo "Tests COMPLETED"
- name: Complete check run
Expand Down

0 comments on commit fa4da4e

Please sign in to comment.