File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -250,19 +250,23 @@ jobs:
250250 - python-version : " 3.13"
251251 test-cmd : test-py313-pip25.1.1-integration
252252 artifact-name : integration-1
253- pex-test-pos-args : --shard 1/4 --junit-report ../dist/test-results/integration-1.xml
253+ pex-test-pos-args : --shard 1/5 --junit-report ../dist/test-results/integration-1.xml
254254 - python-version : " 3.13"
255255 test-cmd : test-py313-pip25.1.1-integration
256256 artifact-name : integration-2
257- pex-test-pos-args : --shard 2/4 --junit-report ../dist/test-results/integration-2.xml
257+ pex-test-pos-args : --shard 2/5 --junit-report ../dist/test-results/integration-2.xml
258258 - python-version : " 3.13"
259259 test-cmd : test-py313-pip25.1.1-integration
260260 artifact-name : integration-3
261- pex-test-pos-args : --shard 3/4 --junit-report ../dist/test-results/integration-3.xml
261+ pex-test-pos-args : --shard 3/5 --junit-report ../dist/test-results/integration-3.xml
262262 - python-version : " 3.13"
263263 test-cmd : test-py313-pip25.1.1-integration
264264 artifact-name : integration-4
265- pex-test-pos-args : --shard 4/4 --junit-report ../dist/test-results/integration-4.xml
265+ pex-test-pos-args : --shard 4/5 --junit-report ../dist/test-results/integration-4.xml
266+ - python-version : " 3.13"
267+ test-cmd : test-py313-pip25.1.1-integration
268+ artifact-name : integration-5
269+ pex-test-pos-args : --shard 5/5 --junit-report ../dist/test-results/integration-5.xml
266270 steps :
267271 - name : Checkout Pex
268272 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments