Skip to content

Commit 7c4ed6a

Browse files
committed
Use working-directory instead of cd to client
1 parent a3740c4 commit 7c4ed6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
- run: npm install --no-package-lock
2828

2929
- name: Run client tests
30-
run: |
31-
cd client
32-
npm test
30+
working-directory: ./client
31+
run: npm test
3332

3433
- run: npm run build
3534

0 commit comments

Comments
 (0)