Skip to content

Commit

Permalink
Cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Apr 4, 2023
1 parent 860fb77 commit 76660b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
up postgres django conformance_suite --build -d
# deploy static files and migrate database
docker compose run django python manage.py collectstatic --no-input
docker compose run django python manage.py migrate --no-input
docker compose exec django python manage.py collectstatic --no-input
docker compose exec django python manage.py migrate --no-input
# sprinkle some test data (refreshing computed fields is done from the command handler)
docker compose run django python manage.py init --data
docker compose exec django python manage.py init --data
# run conformance test
docker compose run test_client
Expand Down

0 comments on commit 76660b5

Please sign in to comment.