Skip to content

Commit dcdeb56

Browse files
committed
update bat.yml
1 parent 748e5ac commit dcdeb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
command: >
101101
runner = testrunner();
102-
suite = testsuite();
102+
suite = testsuite(pwd);
103103
result = run(runner, suite);
104104
- name: Verify environment variables make it to MATLAB
105105
uses: ./

0 commit comments

Comments
 (0)