Skip to content

Commit

Permalink
Merge pull request #107 from gm3dmo/gm3dmo-patch-1
Browse files Browse the repository at this point in the history
Update cmp-test.yml
  • Loading branch information
gm3dmo authored Nov 8, 2023
2 parents df1611f + 45508b9 commit 760e9dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Migrations
run: |
python manage.py migrate
- name: Collectstatic
run: |
python manage.py collectstatic
- name: Run tests
run: |
python manage.py test
Expand Down

0 comments on commit 760e9dc

Please sign in to comment.