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 820d2c4 commit 4b42b48Copy full SHA for 4b42b48
.github/workflows/conformance.yml
@@ -124,16 +124,11 @@ jobs:
124
- run: npm run test
125
working-directory: ./runner
126
- name: Upload test artifacts
127
- uses: actions/upload-artifact@v3
128
- with:
129
- path: runner/export-*.zip
130
- name: ${{ matrix.setup.plan }} failed html results
131
- if-no-files-found: ignore
132
- if: ${{ failure() }}
133
- - name: Upload test logs
134
+ uses: actions/upload-artifact@v4
135
with:
+ path: |
+ runner/export-*.zip
+ runner/logs/*.log
+ name: certification results idx(${{ strategy.job-index }})
136
if-no-files-found: warn
137
- name: ${{ matrix.setup.plan }} runner logs
138
- path: runner/logs/*.log
139
if: ${{ failure() }}
0 commit comments