Skip to content

Commit

Permalink
pytest: expect to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rveachkc committed Jan 7, 2025
1 parent 5c244f0 commit 9f23971
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev

# - name: Run tests
# run: uv run pytest tests --junit-xml=test-results.xml

# - name: Upload test results
# uses: actions/upload-artifact@v4
# with:
# name: pytest-results
# path: test-results.xml
- name: Run tests
run: uv run pytest tests --junit-xml=test-results.xml

- name: Upload test results
uses: actions/upload-artifact@v4
with:
name: pytest-results
path: test-results.xml

- name: Run Ruff
run: uv run ruff check . --output-file ruff-results.xml --output-format junit
Expand Down

0 comments on commit 9f23971

Please sign in to comment.