Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWangY authored Feb 23, 2024
1 parent a972b49 commit d0e2faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Navigate into server folder
run: cd server/
- name: npm install
run: npm ci
working-directory: server/
- name: tests
run: npm test
working-directory: server/

0 comments on commit d0e2faf

Please sign in to comment.