File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 3030 artifact-prefix :
3131 type : string
3232 default : " test-results"
33+ toxenv-ptver :
34+ type : string
35+ default : " pt1"
3336jobs :
3437 run_tests_in_tox :
3538 # tricky workaround to pass list from the string input type
@@ -45,14 +48,14 @@ jobs:
4548 python-version : ${{ inputs.python-version }}
4649 - name : Install dependencies
4750 run : python -m pip install -r requirements/dev.txt
48- - name : E2E Tests
49- run : tox -vv -e tests-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}-pt1 -- ${{ inputs.tests-dir }}
51+ - name : Run Tests
52+ run : tox -vv -e tests-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}-${{ inputs.toxenv-ptver }} -- ${{ inputs.tests-dir }}
5053 - name : Upload test results
5154 uses : actions/upload-artifact@v3
5255 with :
53- name : ${{ inputs.artifact-prefix }}-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}
56+ name : ${{ inputs.artifact-prefix }}-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}-${{ inputs.toxenv-ptver }}
5457 path : |
55- .tox/tests-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}.csv
58+ .tox/tests-${{ inputs.toxenv-task }}-${{ inputs.toxenv-pyver }}-${{ inputs.toxenv-ptver }} .csv
5659 .tox/tests-reg_${{ inputs.task }}_*.csv
5760 .tox/tests-reg_tiling_${{ inputs.task }}_*.csv
5861 # Use always() to always run this step to publish test results when there are test failures
You can’t perform that action at this time.
0 commit comments