Skip to content

Commit

Permalink
Update E2E tests pipeline to not fail during test coverage upload (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl authored May 22, 2024
1 parent 29b51c8 commit a32c9ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a32c9ad

Please sign in to comment.