ci: fix-fat-failedspec (#18571)
This commit is contained in:
parent
ca2e8f8e23
commit
45009d0e63
|
|
@ -375,7 +375,7 @@ jobs:
|
|||
if: failure()
|
||||
run: |
|
||||
cd ${{ github.workspace }}/app/client/cypress/
|
||||
find screenshots -type d|grep -i spec |sed 's/screenshots/cypress\/integration/g' > ~/failed_spec_fat/failed_spec-${{ matrix.job }}
|
||||
find screenshots -type d|grep -i spec |sed 's/screenshots/cypress\/integration/g' > ~/failed_spec_fat/failed_spec_fat-${{ matrix.job }}
|
||||
|
||||
# Upload failed test list using common path for all matrix job
|
||||
- name: Upload failed test list artifact
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user