Skip to content

Commit 03630e6

Browse files
committed
Add src/core/download.ts to test-install workflow path triggers
Changes to the download logic should trigger the install integration tests since all tool installs go through downloadWithProgress.
1 parent 847f9b3 commit 03630e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ on:
1010
- "v1.*"
1111
paths:
1212
- "src/tools/**"
13+
- "src/core/download.ts"
1314
- ".github/workflows/test-install.yml"
1415
pull_request:
1516
paths:
1617
- "src/tools/**"
18+
- "src/core/download.ts"
1719
- ".github/workflows/test-install.yml"
1820
schedule:
1921
# Weekly Monday 9am UTC — detect upstream CDN/API breakage

0 commit comments

Comments
 (0)