Skip to content

Commit

Permalink
chore(CI): bypass vitest watch in githubCI
Browse files Browse the repository at this point in the history
  • Loading branch information
bragamat committed Dec 20, 2023
1 parent 0b0c499 commit 58a0a1a
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: make lint

- name: Tests
run: make tests
run: CI=true make test

- name: Build
run: make build

0 comments on commit 58a0a1a

Please sign in to comment.