Skip to content

Commit

Permalink
updating the workflow file to close the server that was started
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyg37 committed Apr 3, 2024
1 parent 8866979 commit d054342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: '20.x'
- run: cd backend && npm install
- run: cd backend && npm build
- run: cd backend && npm start
- run: cd backend && npm run test
- run: |
Expand Down

0 comments on commit d054342

Please sign in to comment.