Skip to content

Commit fd096c0

Browse files
committed
Update ci.yml
1 parent dd54570 commit fd096c0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
run: |
103103
echo "Repository root:"
104104
ls -la .
105+
ls -la ${{ env.WORKSPACE_SRC_PATH }}
105106
106107
if [ -z "$SOFA_ROOT" ]; then
107108
echo "SOFA_ROOT is not set"
@@ -127,8 +128,8 @@ jobs:
127128
run: |
128129
cd regression
129130
python SofaRegressionProgram.py \
130-
--input ${{ github.workspace }}/examples/ \
131-
--output ${{ github.workspace }}/references/
131+
--input ${{ env.WORKSPACE_SRC_PATH }}/examples/ \
132+
--output ${{ env.WORKSPACE_SRC_PATH }}/references/
132133
133134
deploy:
134135
name: Deploy artifacts

0 commit comments

Comments
 (0)