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
|
- name: Indicate Failure
|
||||||
run: |
|
run: |
|
||||||
echo ${{ failure() }}
|
echo ${{ failure() }}
|
||||||
echo "Failure detected"
|
echo "Failure detected"
|
||||||
exit ${{ failure() }}
|
exit ${{ failure() }}
|
||||||
|
|
||||||
- name: Indicate Failure 2
|
- name: Indicate Failure 2
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
Loading…
Reference in New Issue