Use working-directory instead of cd to client

This commit is contained in:
Ola Hungerford
2025-03-16 15:24:48 -07:00
parent a3740c4798
commit 7c4ed6abca

View File

@@ -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