Skip to content

Commit

Permalink
Attempt to make Windows tests really not count. (#2673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Feb 11, 2025
1 parent eb6ee9d commit 837cf13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ jobs:
ssh-private-key: ${{ env.SSH_PRIVATE_KEY }}
- name: Run Tests
uses: pex-tool/actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
continue-on-error: true
with:
path: repo/tox.ini
tox-env: >-
Expand All @@ -293,6 +294,7 @@ jobs:
path: ${{ env._PEX_TEST_DEV_ROOT }}/devpi
key: ${{ steps.restore-devpi-server.outputs.cache-primary-key }}
windows-reports:
name: Consolidate Windows Test Results
needs: windows-tests
if: always()
runs-on: ubuntu-24.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: pytest results
name: Windows Test Results
path: dist/test-results/*.xml
reporter: java-junit
fail-on-error: false
Expand Down

0 comments on commit 837cf13

Please sign in to comment.