Skip to content

Commit bd3a7d1

Browse files
committed
Fix name of test artifact
1 parent 6362d8e commit bd3a7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/upload-artifact@v3
8686
if: failure() && (steps.ici.outputs.run_target_test || steps.ici.outputs.target_test_results)
8787
with:
88-
name: test-results-${{ matrix.env.IMAGE }}${{ matrix.env.NAME && '-' || ''}}${{ matrix.env.NAME }}
88+
name: test-results-${{ matrix.env.IMAGE }}${{ matrix.env.NAME && '-' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && '-clang-tidy' || '' }}
8989
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
9090

9191
- name: Upload clang-tidy fixes (on failure)

0 commit comments

Comments
 (0)