ci: fix-fat-failedspec (#18571)

This commit is contained in:
yatinappsmith 2022-11-30 16:10:24 +05:30 committed by GitHub
parent ca2e8f8e23
commit 45009d0e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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