Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 29, 2025
1 parent 2712e44 commit 7b8a689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

- name: Migrate database
run: |
docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel python manage.py collectstatic --noinput
docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel python manage.py makemigrations
docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel python manage.py migrate auth
docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel python manage.py migrate
docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel python manage.py collectstatic --noinput
- name: Run tests
run: docker compose -f deploy/docker-compose.test.yaml exec -T adminpanel pytest
Expand Down

0 comments on commit 7b8a689

Please # to comment.