Skip to content

Commit

Permalink
Use docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Oct 14, 2024
1 parent 1f90482 commit 5329ac5
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 @@ -27,7 +27,7 @@ jobs:
- name: Install Python dependencies
run: pip install -r dev-requirements.txt
- name: Fetch containers
run: docker-compose build && docker-compose pull
run: docker compose build && docker compose pull
- name: Run test
run: ./scripts/test.sh

Expand Down

0 comments on commit 5329ac5

Please sign in to comment.