Skip to content

Commit

Permalink
fixing ci vitest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolatsis committed Aug 12, 2024
1 parent 88a2559 commit 0d0add4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Build and test
run: ./mvnw clean package
- name: Test frontend
run: cd src/main/frontend && npm test -- --all --watchAll=false
run: cd src/main/frontend && npm test --watchAll=false

0 comments on commit 0d0add4

Please sign in to comment.