ci: Fix fat rerun (#17277)

This commit is contained in:
yatinappsmith 2022-10-03 18:47:42 +05:30 committed by GitHub
parent 7596dfc35a
commit 39df47112d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -837,7 +837,7 @@ jobs:
# Incase for any fat-container job failure, create combined failed spec
- name: "combine all specs for fat"
if: needs.ui-test.result != 'success'
if: needs.fat-container-test.result != 'success'
run: cat ~/failed_spec_fat/failed_spec_fat* >> ~/combined_failed_spec_fat
# Force save the failed spec list into a cache

View File

@ -1459,7 +1459,7 @@ jobs:
# Incase for any fat-container job failure, create combined failed spec
- name: "combine all specs for fat"
if: needs.ui-test.result != 'success'
if: needs.fat-container-test.result != 'success'
run: cat ~/failed_spec_fat/failed_spec_fat* >> ~/combined_failed_spec_fat
# Force save the failed spec list into a cache