Skip to content

Commit

Permalink
Run all if vitest.config.ts change (microsoft#3411)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored May 21, 2024
1 parent f70cdb9 commit eba81f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ words:
- unsourced
- unversioned
- VITE
- vitest
- vsix
- VSSDK
- Vsts
Expand Down
2 changes: 1 addition & 1 deletion eng/common/scripts/Analyze-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Get-ActiveVariables($changes) {
}

# set global flag to run all if common files are changed
$runAll = $root.PathExists('eng/common')
$runAll = $root.PathExists('eng/common') -or $root.PathExists('vitest.config.ts')

# set global isolated package flag to run if any eng/emiters files changed
$runIsolated = $root.PathExists('eng/emitters')
Expand Down

0 comments on commit eba81f0

Please sign in to comment.