does this work?
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Successful in 1m15s
Details
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:
parent
5a7ab89f43
commit
ddec62b3a3
|
@ -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"
|
Loading…
Reference in New Issue