Skip to content

Commit

Permalink
Fix up report paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 10, 2025
1 parent fdaf64e commit e605ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,17 @@ jobs:
tox-env: py313-pip25_0
artifact-name: unit-tests
cache: true
pex-test-pos-args: ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml dist/reports/tests-unit.xml
pex-test-pos-args: ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml ../dist/reports/tests-unit.xml
- python-version: [ 3, 13 ]
tox-env: py313-pip25_0-integration
artifact-name: integration-tests-1
cache: true
pex-test-pos-args: --shard 1/2 ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml dist/reports/tests-integration-1.xml
pex-test-pos-args: --shard 1/2 ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml ../dist/reports/tests-integration-1.xml
- python-version: [ 3, 13 ]
tox-env: py313-pip25_0-integration
artifact-name: integration-tests-2
cache: true
pex-test-pos-args: --shard 2/2 ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml dist/reports/tests-integration-2.xml
pex-test-pos-args: --shard 2/2 ${{ needs.setup.outputs.pex_test_posargs }} --junit-xml ../dist/reports/tests-integration-2.xml
steps:
- name: Checkout Pex
uses: actions/checkout@v4
Expand Down

0 comments on commit e605ba2

Please sign in to comment.