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.
linux32
2 parents d1cf3f7 + 8cd7b07 commit 78d0106Copy full SHA for 78d0106
.github/workflows/main.yml
@@ -368,12 +368,6 @@ jobs:
368
with:
369
name: failed-tests-${{matrix.vector.jobname}}
370
path: ${{env.FAILED_TEST_ARTIFACTS}}
371
- - name: Upload failed tests' directories
372
- if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
373
- uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
374
- with:
375
- name: failed-tests-${{matrix.vector.jobname}}
376
- path: ${{env.FAILED_TEST_ARTIFACTS}}
377
static-analysis:
378
needs: ci-config
379
if: needs.ci-config.outputs.enabled == 'yes'
0 commit comments