adds apparently working solution
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Successful in 6m50s
Details
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:
parent
ff1fe0f1af
commit
3d216107d9
|
@ -55,10 +55,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir asmjit
|
mkdir asmjit
|
||||||
python3 TGC-COMPLIANCE/run_act.py -core TGC5C -sim TGC-ISS/build/dbt-rise-tgc/tgc-sim -w asmjit --dockerless --backend 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
|
- name: Indicate Failure 2
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: echo "Failure detected"
|
run: exit 1
|
||||||
|
|
Loading…
Reference in New Issue