From e1777dc5336b03cecca56631efddcdc60da9ae62 Mon Sep 17 00:00:00 2001 From: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:36:07 -0400 Subject: [PATCH] ci: do not fail upload-artifact action if more than 2 e2e tests fail (#5605) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ce9b9de33..5b74220773 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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