ci: do not fail upload-artifact action if more than 2 e2e tests fail (#5605)

This commit is contained in:
Alessio Gravili
2024-04-02 18:36:07 -04:00
committed by GitHub
parent 390731c07b
commit e1777dc533

View File

@@ -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