Skip to content

Commit 7f7bc7c

Browse files
committed
fix: cd to test folder before running test
1 parent 300aa36 commit 7f7bc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949

5050
- name: Run test
5151
run: |
52-
node setup-test.js
52+
cd test && node setup-test.js

0 commit comments

Comments
 (0)