We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b80fc commit 779ce64Copy full SHA for 779ce64
1 file changed
.github/workflows/ci.yml
@@ -309,7 +309,7 @@ jobs:
309
ls -al
310
chmod +x *
311
echo trying testconvergent first for debugging
312
- DYLD_LIBRARY_PATH=../inst/lib ./$i $TEST_FLAGS
+ DYLD_LIBRARY_PATH=../inst/lib ./testconvergent $TEST_FLAGS
313
for i in *; do
314
if [[ $i = "testinstance" || $i = "testinstance_no_cb" ]]; then continue; fi;
315
echo Running $i $TEST_FLAGS;
0 commit comments