Use working-directory instead of cd to client
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -27,9 +27,8 @@ jobs:
|
||||
- run: npm install --no-package-lock
|
||||
|
||||
- name: Run client tests
|
||||
run: |
|
||||
cd client
|
||||
npm test
|
||||
working-directory: ./client
|
||||
run: npm test
|
||||
|
||||
- run: npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user