adds apparently working solution
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Successful in 6m50s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-04-22 20:28:07 +02:00
parent ff1fe0f1af
commit 3d216107d9
1 changed files with 2 additions and 5 deletions

View File

@ -55,10 +55,7 @@ jobs:
run: |
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: exit ${{ failure() }}
- name: Indicate Failure 2
if: ${{ failure() }}
run: echo "Failure detected"
run: exit 1