Skip to content

Commit fb2806b

Browse files
authored
Update ci.yml
1 parent 427b13a commit fb2806b

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
@@ -104,6 +104,7 @@ jobs:
104104
run: |
105105
echo "Repository root:"
106106
ls -la .
107+
ls -la ${{ env.WORKSPACE_SRC_PATH }}
107108
108109
if [ -z "$SOFA_ROOT" ]; then
109110
echo "SOFA_ROOT is not set"
@@ -129,8 +130,8 @@ jobs:
129130
run: |
130131
cd regression
131132
python SofaRegressionProgram.py \
132-
--input ${{ github.workspace }}/examples/ \
133-
--output ${{ github.workspace }}/references/
133+
--input ${{ env.WORKSPACE_SRC_PATH }}/examples/ \
134+
--output ${{ env.WORKSPACE_SRC_PATH }}/references/
134135
135136
deploy:
136137
name: Deploy artifacts

0 commit comments

Comments
 (0)