does this work?
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Successful in 1m15s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-04-22 20:50:25 +02:00
parent 5a7ab89f43
commit ddec62b3a3
1 changed files with 0 additions and 10 deletions

View File

@ -58,16 +58,6 @@ jobs:
mkdir asmjit
python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend asmjit
- name: Indicate Failure
run: |
echo ${{ failure() }}
echo ${{steps.*.outcome}}
echo "Failure detected"
- name: Indicate Failure 3
if: steps.tcc.outcome != 'success'
run: echo "Failure detected"
- name: Indicate Failure 4
if: steps.*.outcome != 'success'
run: echo "Failure detected"