fixes indentation
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m44s
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Failing after 6m44s
Details
This commit is contained in:
parent
493b8be2ed
commit
ff1fe0f1af
|
@ -59,6 +59,6 @@ jobs:
|
||||||
- name: Indicate Failure
|
- name: Indicate Failure
|
||||||
run: exit ${{ failure() }}
|
run: exit ${{ failure() }}
|
||||||
|
|
||||||
- name: Indicate Failure 2
|
- name: Indicate Failure 2
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: echo "Failure detected"
|
run: echo "Failure detected"
|
Loading…
Reference in New Issue