Skip to content

Commit

Permalink
fix: Compile messages before testing them...
Browse files Browse the repository at this point in the history
  • Loading branch information
sopelj committed Aug 17, 2024
1 parent 2593ffd commit 433814d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
run: pre-commit run --all-files

- name: Run Python Tests
run: hatch run test:cov
run: |
hatch run ./manage.py compilemessages
hatch run test:cov
- name: Run Frontend Tests
run: yarn test

0 comments on commit 433814d

Please sign in to comment.