From c98d7cb6ad16a9734a3c86e66b9d2c8631dcdf9a Mon Sep 17 00:00:00 2001 From: vrybas Date: Tue, 23 Jul 2024 12:17:58 +0200 Subject: [PATCH] [TU-13737] simplify ci --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cfc645f..0553d37 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,7 +12,7 @@ jobs: matrix: node_version: - 18 # end of life 2025-04-30 - - 20 # end of life 2025-04-30 + - 20 # end of life 2025-04-30 # please update "Upload coverage file" step if you change this name: build-lint-test - node ${{ matrix.node_version }} steps: - name: Check out Git repository @@ -57,7 +57,7 @@ jobs: - name: Upload coverage file uses: actions/upload-artifact@v4 - continue-on-error: true + if: ${{ matrix.node_version == '20' }} with: name: coverage-report path: ./coverage/lcov.info