Skip to content

Commit

Permalink
removed the npm test command from Node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thamira2001 committed Feb 20, 2024
1 parent 02c4709 commit a0362f3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:

- name: Install dependancies
run: npm install

- name: Run the tests and generate code coverage report
working-directory : ./lvlgg_frontend
run: npm run test -- --coverage


- name: Build
working-directory : ./lvlgg_frontend
run: npm run build --if-present
Expand Down

0 comments on commit a0362f3

Please sign in to comment.