Skip to content

Commit

Permalink
remove previous navigation step for GH Actions config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Quintanilla committed Nov 8, 2024
1 parent 5be13ae commit c3c1305
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: server/package-lock.json

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

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

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

0 comments on commit c3c1305

Please sign in to comment.