Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Sep 17, 2024
1 parent 07f685a commit 537b190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Change directory to Angular app
run: cd client/wfprev-war/src/main/angular

# # Install dependencies
# - run: npm install
# working-directory: client/wfprev-war/src/main/angular
# Install dependencies
- run: npm install
working-directory: client/wfprev-war/src/main/angular

# Run unit tests and generate code coverage
- run: npm run test -- --watch=false --code-coverage
Expand Down

0 comments on commit 537b190

Please sign in to comment.