Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlaj committed Feb 27, 2024
1 parent 54ca3b2 commit b1c5969
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: "node"
cache: "npm"
- run: cd server
- run: npm install
- run: npm run test
- name: Install dependencies
run: npm install
working-directory: server
- name: Run tests
run: npm run test
working-directory: server

0 comments on commit b1c5969

Please sign in to comment.