Skip to content

Commit 22edccd

Browse files
committed
test
1 parent 50cd41e commit 22edccd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
on: [push, pull_request]
22

3-
defaults:
4-
run:
5-
working-directory: client
6-
73
jobs:
84
test:
95
runs-on: ubuntu-latest
6+
defaults:
7+
run:
8+
working-directory: client
109
steps:
1110
- uses: actions/checkout@v4
1211
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)