From f2fd4968f89ca9d3caf47f07d91990ee889dc105 Mon Sep 17 00:00:00 2001 From: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:16:04 +0300 Subject: [PATCH] [ci] Always run the resolve artifacts path (#48508) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c34f707883c..f6cf24b1330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,6 +166,7 @@ jobs: run: 'pnpm --filter="${{ matrix.projectName }}" ${{ matrix.command }}' - name: 'Resolve artifacts path' + if: ${{ always() && matrix.report.resultsPath != '' }} # Blocks e2e use a relative path which is not supported by actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/176 env: