Skip to content

Commit

Permalink
test: add vitest config path
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleccc committed Jan 26, 2025
1 parent cf6a951 commit 93752fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'packages/**'
- 'tests/**'
- 'build/**'
- 'vitest.config.mts'

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- 'packages/**'
- 'tests/**'
- 'build/**'
- 'vitest.config.mts'
pull_request:
branches:
- master
Expand Down

0 comments on commit 93752fe

Please sign in to comment.