Skip to content

Commit c2f8b42

Browse files
committed
checks
1 parent 40cac04 commit c2f8b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Run Tests
20-
run: docker-compose run --rm app sh -c "python manage.py test"
20+
run: docker compose run --rm app sh -c "python manage.py test"
2121

2222
- name: Run Linting
23-
run: docker-compose run --rm app sh -c "flake8"
23+
run: docker compose run --rm app sh -c "flake8"
2424

0 commit comments

Comments
 (0)