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
siiptuo committed Aug 6, 2024
1 parent 07e53fa commit 917b4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
uses: actions/checkout@v4

- name: Build
run: docker-compose build
run: docker compose build

- name: Test
run: docker-compose run django ./manage.py test
run: docker compose run django ./manage.py test

- name: Check style
run: ./scripts/check-style
Expand Down

0 comments on commit 917b4b6

Please sign in to comment.