Skip to content

Commit 82ab336

Browse files
fix
1 parent eb2f0d1 commit 82ab336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
key: pytest|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
166166

167167
- name: Run pytest
168-
run: uv run pytest --cov --cov-branch --cov-report=xml --junitxml-junit.xml
168+
run: uv run pytest --cov --cov-branch --cov-report=xml --junitxml=junit.xml
169169

170170
- name: Upload test results to Codecov
171171
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)