Skip to content

Commit

Permalink
fixed test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Digregorio committed Jan 15, 2024
1 parent a9a2bae commit 1033e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Test Angular Project
run: npm run test -- --sourceMap=false --browsers=ChromeHeadless --watch=false
run: npm run test -- --browsers=ChromeHeadless --watch=false

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1033e57

Please sign in to comment.