Skip to content

Commit

Permalink
run npm install in client folder for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jun 13, 2024
1 parent f608f84 commit 1614468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vite-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Run tests
run: |
cd client
npm test

0 comments on commit 1614468

Please sign in to comment.