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 edd2d68 commit fbbaaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
node-version: '20.x'
- run: cd backend && npm install
- run: cd backend && npm run build
- run: cd backend && npm run test && npm stop
- run: cd backend && npm run test

0 comments on commit fbbaaa1

Please sign in to comment.