Skip to content

Commit 572793d

Browse files
committed
Unsuppress output for working dir test
1 parent cfa23b0 commit 572793d

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
@@ -56,7 +56,7 @@ jobs:
5656
- name: Run MATLAB statement in working directory
5757
uses: ./
5858
with:
59-
command: exp = getenv('SYSTEM_DEFAULTWORKINGDIRECTORY'); act = pwd; assert(strcmp(act, exp), strjoin({act exp}, '\n'));
59+
command: exp = getenv('GITHUB_WORKSPACE'), act = pwd, assert(strcmp(act, exp), strjoin({act exp}, '\n'));
6060

6161
- run: echo 'onetyone = 11' > startup.m
6262
shell: bash

0 commit comments

Comments
 (0)