Skip to content

Commit

Permalink
Use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentD06 committed Oct 17, 2024
1 parent 5eb92fc commit ddd02dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
docker-compose --project-directory ../runtime pull
docker compose --project-directory ../runtime pull
- name: Execute brittle tests
working-directory: plugin/validation
run: |
Expand Down

0 comments on commit ddd02dd

Please sign in to comment.