Skip to content

Commit

Permalink
Add cd client folder
Browse files Browse the repository at this point in the history
  • Loading branch information
xenosf committed Nov 5, 2024
1 parent be4507d commit b8377e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/client-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
cd client
npm ci
- name: Run Tests
run: npm run test
run: |
cd client
npm run test

0 comments on commit b8377e2

Please sign in to comment.