updates env setting
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Has been cancelled
Details
Run architectural test suite on backends / Build ISS, Setup TGC-COMPLIANCE, Run tests on backends (push) Has been cancelled
Details
This commit is contained in:
parent
bc6eed67e8
commit
d322c7c9d8
|
@ -8,7 +8,11 @@ jobs:
|
|||
image: git.minres.com/tooling/riscof_sail:latest
|
||||
volumes:
|
||||
- act-runtime:/mnt/act-runtime
|
||||
env:
|
||||
- CONAN_HOME=/mnt/act-runtime/conan/
|
||||
steps:
|
||||
- name: Check Conan Home
|
||||
run: echo $CONAN_HOME
|
||||
- name: Check out repository code
|
||||
run: git clone --recursive -b ${{gitea.ref_name}} https://git.minres.com/TGFS/TGC-ISS.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue