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 dbecc61 commit 0d606d8Copy full SHA for 0d606d8
.github/workflows/main.yml
@@ -334,12 +334,6 @@ jobs:
334
with:
335
name: failed-tests-${{matrix.vector.jobname}}
336
path: ${{env.FAILED_TEST_ARTIFACTS}}
337
- - name: Upload failed tests' directories
338
- if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
339
- uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
340
- with:
341
- name: failed-tests-${{matrix.vector.jobname}}
342
- path: ${{env.FAILED_TEST_ARTIFACTS}}
343
static-analysis:
344
needs: ci-config
345
if: needs.ci-config.outputs.enabled == 'yes'
0 commit comments