Skip to content

Commit 6aa3131

Browse files
authored
fix: run tests in the plugin directory
1 parent a6d20af commit 6aa3131

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ jobs:
6060
cd ..
6161
6262
- name: Run tests
63-
run: npm run test
63+
run: |
64+
cd main
65+
npm run test

0 commit comments

Comments
 (0)