[ci] Always run the resolve artifacts path (#48508)

This commit is contained in:
Adrian Moldovan 2024-06-17 20:16:04 +03:00 committed by GitHub
parent 3fb5d40a43
commit f2fd4968f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ jobs:
run: 'pnpm --filter="${{ matrix.projectName }}" ${{ matrix.command }}' run: 'pnpm --filter="${{ matrix.projectName }}" ${{ matrix.command }}'
- name: 'Resolve artifacts path' - name: 'Resolve artifacts path'
if: ${{ always() && matrix.report.resultsPath != '' }}
# Blocks e2e use a relative path which is not supported by actions/upload-artifact@v4 # Blocks e2e use a relative path which is not supported by actions/upload-artifact@v4
# https://github.com/actions/upload-artifact/issues/176 # https://github.com/actions/upload-artifact/issues/176
env: env: