[ci] Always run the resolve artifacts path (#48508)
This commit is contained in:
parent
3fb5d40a43
commit
f2fd4968f8
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue