ident fix
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:
Eyck-Alexander Jentzsch 2024-04-22 20:36:50 +02:00
parent e03001dd91
commit c65cf3a804
1 changed files with 3 additions and 3 deletions

View File

@ -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() }}