Skip to content

Commit 97f4f0a

Browse files
committed
Do not upload generated artifacts, only logs
1 parent 6e44811 commit 97f4f0a

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)