ci: Update integration-tests-command.yml to handle failures in ui-test step (#17331)

This commit is contained in:
yatinappsmith 2022-10-07 09:09:17 +05:30 committed by GitHub
parent 4728a97a19
commit 8a24fb1e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -948,6 +948,10 @@ jobs:
env:
PAYLOAD_CONTEXT: ${{ toJson(github.event.client_payload) }}
run: echo "$PAYLOAD_CONTEXT"
- name: Check ui-test set status
if: needs.ui-test.result != 'success' or needs.fat-container-test.result != 'success'
run: exit 1
package:
needs: [ui-test, fat-container-test]