ident fix
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m34s
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m34s
Details
This commit is contained in:
parent
e03001dd91
commit
c65cf3a804
|
@ -58,9 +58,9 @@ jobs:
|
|||
|
||||
- name: Indicate Failure
|
||||
run: |
|
||||
echo ${{ failure() }}
|
||||
echo "Failure detected"
|
||||
exit ${{ failure() }}
|
||||
echo ${{ failure() }}
|
||||
echo "Failure detected"
|
||||
exit ${{ failure() }}
|
||||
|
||||
- name: Indicate Failure 2
|
||||
if: ${{ failure() }}
|
||||
|
|
Loading…
Reference in New Issue