Directly setup CORIOLIS_TOP for crlenv.py to initialize correctly.
This commit is contained in:
parent
260cd85ed2
commit
226efd0f02
|
@ -54,8 +54,9 @@ jobs:
|
|||
run: ls -1 ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin
|
||||
- name: Run the reference set of designs
|
||||
run: |
|
||||
export CORIOLIS_TOP=${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install
|
||||
cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit/benchs
|
||||
eval `${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/etc/coriolis2/coriolisEnv.py`
|
||||
../bin/crlenv.py
|
||||
../bin/gopy.sh --github-runner
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in New Issue