We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cac04 commit c2f8b42Copy full SHA for c2f8b42
.github/workflows/checks.yml
@@ -17,8 +17,8 @@ jobs:
17
uses: actions/checkout@v2
18
19
- name: Run Tests
20
- run: docker-compose run --rm app sh -c "python manage.py test"
+ run: docker compose run --rm app sh -c "python manage.py test"
21
22
- name: Run Linting
23
- run: docker-compose run --rm app sh -c "flake8"
+ run: docker compose run --rm app sh -c "flake8"
24
0 commit comments