Skip to content

Commit af51e46

Browse files
committed
Merge branch 'jc/ci-upload-artifact-and-linux32' into maint-2.46
CI started failing completely for linux32 jobs, as the step to upload failed test directory uses GitHub actions that is deprecated and is now disabled. Remove the step so at least we will know if the tests are passing. * jc/ci-upload-artifact-and-linux32: ci: remove 'Upload failed tests' directories' step from linux32 jobs
2 parents d6bf652 + 90f2c72 commit af51e46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,6 @@ jobs:
365365
with:
366366
name: failed-tests-${{matrix.vector.jobname}}
367367
path: ${{env.FAILED_TEST_ARTIFACTS}}
368-
- name: Upload failed tests' directories
369-
if: failure() && env.FAILED_TEST_ARTIFACTS != '' && matrix.vector.jobname == 'linux32'
370-
uses: actions/upload-artifact@v1 # cannot be upgraded because Node.js Actions aren't supported in this container
371-
with:
372-
name: failed-tests-${{matrix.vector.jobname}}
373-
path: ${{env.FAILED_TEST_ARTIFACTS}}
374368
static-analysis:
375369
needs: ci-config
376370
if: needs.ci-config.outputs.enabled == 'yes'

0 commit comments

Comments
 (0)