Skip to content

Commit 3afc668

Browse files
authored
Update ci.yml
1 parent 18d25a4 commit 3afc668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
chmod +x $WORKSPACE_BUILD_PATH/tests/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
113113
cd $WORKSPACE_BUILD_PATH
114-
./tests/Sofa.Metis_test{{ steps.sofa.outputs.exe }}
114+
./tests/Sofa.Metis_test${{ steps.sofa.outputs.exe }}
115115
116116
deploy:
117117
name: Deploy artifacts

0 commit comments

Comments
 (0)