Skip to content

Commit dc62065

Browse files
committed
test-changed pull git history for build:changed
1 parent 0019d7f commit dc62065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-changed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29+
with:
30+
# Fetch all Git history so that the build:changed script can use diffs
31+
fetch-depth: 0
2932
- uses: actions/setup-node@v4
3033
with:
3134
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)