We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8a1f3 commit 3b17494Copy full SHA for 3b17494
.github/workflows/ci.yaml
@@ -47,9 +47,11 @@ jobs:
47
with:
48
name: test-results-${{ matrix.env.NAME }}
49
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
50
+ overwrite: true
51
- name: Upload log artifacts (on failure)
52
uses: actions/upload-artifact@v4
53
if: failure()
54
- name: test-results-${{ matrix.env.NAME }}
55
+ name: logs-${{ matrix.env.NAME }}
56
path: ${{ env.BASEDIR }}/target_ws/log/*
57
0 commit comments