From a32c9ad907bf8de6cc11eb0d75c45d45a0d0b705 Mon Sep 17 00:00:00 2001 From: Lukasz <120112546+lukaszcl@users.noreply.github.com> Date: Wed, 22 May 2024 17:11:38 +0200 Subject: [PATCH] Update E2E tests pipeline to not fail during test coverage upload (#13276) --- .github/workflows/integration-tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d8946c7c1e1..ad04a9d808c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -381,6 +381,8 @@ jobs: - name: Upload Coverage Data uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + timeout-minutes: 2 + continue-on-error: true with: name: cl-node-coverage-data-${{ matrix.product.name }} path: .covdata @@ -498,6 +500,8 @@ jobs: - name: Upload Coverage Data uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + timeout-minutes: 2 + continue-on-error: true with: name: cl-node-coverage-data-${{ matrix.product.name }} path: .covdata @@ -724,6 +728,8 @@ jobs: - name: Upload Coverage Data uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + timeout-minutes: 2 + continue-on-error: true with: name: cl-node-coverage-data-${{ matrix.product.name }}-${{ matrix.product.tag_suffix }} path: .covdata @@ -962,6 +968,8 @@ jobs: should_tidy: "false" - name: Upload Coverage Data uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + timeout-minutes: 2 + continue-on-error: true with: name: cl-node-coverage-data-migration-tests path: .covdata @@ -1262,6 +1270,8 @@ jobs: - name: Upload Coverage Data uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + timeout-minutes: 2 + continue-on-error: true with: name: cl-node-coverage-data-solana-tests path: .covdata