Forgot "benchs" part of the path.
This commit is contained in:
parent
097d1dc7b8
commit
c3d59ecf0c
|
@ -54,7 +54,7 @@ jobs:
|
||||||
run: ls -1 ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin
|
run: ls -1 ${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/bin
|
||||||
- name: Run the reference set of designs
|
- name: Run the reference set of designs
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}/coriolis-2.x/src/alliance-check-toolkit
|
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`
|
eval `${{ github.workspace }}/coriolis-2.x/Linux.x86_64/Release.Shared/install/etc/coriolis2/coriolisEnv.py`
|
||||||
../bin/gopy.sh
|
../bin/gopy.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue