ci: do not fail upload-artifact action if more than 2 e2e tests fail (#5605)
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -287,7 +287,7 @@ jobs:
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: test-results
|
||||
name: test-results-${{ matrix.suite }}
|
||||
path: test/test-results/
|
||||
retention-days: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user