Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent 729c93f commit ff71966
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ jobs:
run: |
pip install -r requirements.txt -r dev-requirements.txt
- name: Run django unit tests
working-directory: ./backend
run: |
coverage run ./manage.py test --parallel
coverage xml
- uses: codecov/codecov-action@v4
working-directory: ./backend
with:
files: ./coverage.xml
flags: python-unittests

js-build:
name: JS tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit ff71966

Please sign in to comment.