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: