Skip to content

Commit

Permalink
update server CI GH Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Quintanilla committed Nov 8, 2024
1 parent 166e038 commit 473fe76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:

#3 Navigate to the server directory
- name: Navigate to server directory
run: cd server
run: cd server/

#4 Install dependencies
- name: Install Server Dependencies
run: npm install
working-directory: server
working-directory: server/

#5 Run server tests
- name: Run Server Test Suite
run: npm test
working-directory: server
working-directory: server/

0 comments on commit 473fe76

Please sign in to comment.