Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Feb 22, 2024
1 parent 2a411e1 commit d6aa697
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,12 @@ jobs:
poetry run pip install -e .
- name: Run tests
run: >-
poetry run pytest -v -x
--cov=django_ltree
--junitxml=junit/test-results-${{ matrix.python-version }}.xml
tests/
run: |
poetry run pytest -v -x tests/
- name: Upload pytest test results
uses: actions/upload-artifact@v2
with:
name: pytest-results-${{ matrix.python-version }}
path: junit/test-results-${{ matrix.python-version }}.xml
if: ${{ always() }}
# - name: Upload pytest test results
# uses: actions/upload-artifact@v2
# with:
# name: pytest-results-${{ matrix.python-version }}
# path: junit/test-results-${{ matrix.python-version }}.xml
# if: ${{ always() }}

0 comments on commit d6aa697

Please sign in to comment.