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 dd54570 commit fd096c0Copy full SHA for fd096c0
1 file changed
.github/workflows/ci.yml
@@ -102,6 +102,7 @@ jobs:
102
run: |
103
echo "Repository root:"
104
ls -la .
105
+ ls -la ${{ env.WORKSPACE_SRC_PATH }}
106
107
if [ -z "$SOFA_ROOT" ]; then
108
echo "SOFA_ROOT is not set"
@@ -127,8 +128,8 @@ jobs:
127
128
129
cd regression
130
python SofaRegressionProgram.py \
- --input ${{ github.workspace }}/examples/ \
131
- --output ${{ github.workspace }}/references/
+ --input ${{ env.WORKSPACE_SRC_PATH }}/examples/ \
132
+ --output ${{ env.WORKSPACE_SRC_PATH }}/references/
133
134
deploy:
135
name: Deploy artifacts
0 commit comments