Skip to content

Commit

Permalink
Added static-only test run to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Jun 26, 2023
1 parent ec86029 commit 269c46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Run Tests
run: |
poetry run coverage run dpgs_sandbox/manage.py test tests -r
poetry run coverage run dpgs_sandbox/manage.py test tests --settings settings.static_only -r
poetry run coverage lcov -o ./coverage/lcov.info
- name: Upload coverage to Coveralls in parallel
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 269c46a

Please sign in to comment.