We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427b13a commit fb2806bCopy full SHA for fb2806b
1 file changed
.github/workflows/ci.yml
@@ -104,6 +104,7 @@ jobs:
104
run: |
105
echo "Repository root:"
106
ls -la .
107
+ ls -la ${{ env.WORKSPACE_SRC_PATH }}
108
109
if [ -z "$SOFA_ROOT" ]; then
110
echo "SOFA_ROOT is not set"
@@ -129,8 +130,8 @@ jobs:
129
130
131
cd regression
132
python SofaRegressionProgram.py \
- --input ${{ github.workspace }}/examples/ \
133
- --output ${{ github.workspace }}/references/
+ --input ${{ env.WORKSPACE_SRC_PATH }}/examples/ \
134
+ --output ${{ env.WORKSPACE_SRC_PATH }}/references/
135
136
deploy:
137
name: Deploy artifacts
0 commit comments