Skip to content

Commit

Permalink
Build: Update fail-fast strategy and add database migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Jan 5, 2024
1 parent 82c8729 commit b94420d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
fail-fast: true
max-parallel: 4
matrix:
python-version: ["3.10", "3.11", "3.12"]
Expand All @@ -26,5 +26,6 @@ jobs:
cd backend
docker compose build
docker compose up
docker compose run tutorai python manage.py migrate
docker compose run tutorai python manage.py test
docker compose down

0 comments on commit b94420d

Please sign in to comment.