Skip to content

Commit

Permalink
chore: ci single test run
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Nov 10, 2023
1 parent 71575c4 commit 2463b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run lint

- name: Test
run: npm run test --watch=false
run: npm run test -- --watch=false

- name: Build
run: npm run build:prod
Expand Down

0 comments on commit 2463b15

Please sign in to comment.