Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zavarin-michael committed Aug 26, 2024
1 parent aa6d820 commit 9c8ff55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
- name: Type check
run: docker compose run django mypy open_schools_platform/
- name: Run migrations
run: docker-compose run django python manage.py migrate
run: docker compose run django python manage.py migrate
- name: Collectstatic
run: docker-compose run django python manage.py collectstatic
run: docker compose run django python manage.py collectstatic
- name: Run tests
run: docker-compose run django py.test
run: docker compose run django py.test
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down

0 comments on commit 9c8ff55

Please sign in to comment.