Skip to content

Commit af42d73

Browse files
committed
wip
1 parent 1f3e9ef commit af42d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests-base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ jobs:
4949

5050
- name: Install Node Dependencies
5151
run: npm install
52+
working-directory: packages/vue
5253

5354
- name: Run npm tests
5455
run: npm run test
56+
working-directory: packages/vue
5557

5658
- name: Run PHP Tests
5759
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)