File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,22 +119,6 @@ jobs:
119119 path : ursim_logs
120120 if-no-files-found : error
121121 retention-days : 10
122- - name : Upload test artifacts
123- uses : actions/upload-artifact@v7
124- if : ${{ always() && steps.check_polyscopex.outputs.is_polyscopex == 'false' }}
125- with :
126- name : ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_test_artifacts
127- path : test_artifacts
128- if-no-files-found : error
129- retention-days : 10
130- - name : Upload generated scripts
131- uses : actions/upload-artifact@v6
132- if : ${{ always() }}
133- with :
134- name : ${{matrix.env.ROBOT_MODEL}}_${{matrix.env.URSIM_VERSION}}_generated_scripts
135- path : test_artifacts/generated_scripts
136- if-no-files-found : warn
137- retention-days : 10
138122
139123 test_start_ursim :
140124 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments