ci: Update integration-tests-command.yml to handle failures in ui-test step (#17331)
This commit is contained in:
parent
4728a97a19
commit
8a24fb1e1d
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user