Skip to content

Commit

Permalink
Comment out runners for non existant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbarnes committed Sep 5, 2024
1 parent aab5401 commit 0a7f12f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:
npm run build
DJANGO_SETTINGS_MODULE=config.settings.local poetry run orp/manage.py collectstatic --noinput
- name: Run tests
run: poetry run pytest orp/tests
# - name: Run tests
# run: poetry run pytest orp/tests

- name: Generate coverage report
run: poetry run coverage xml
# - name: Generate coverage report
# run: poetry run coverage xml

- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage.xml
# - name: Upload coverage report
# uses: actions/upload-artifact@v4
# with:
# name: coverage
# path: coverage.xml

0 comments on commit 0a7f12f

Please sign in to comment.