Skip to content

Commit cfe2cd3

Browse files
committed
Checkout full history to support --changed-since
1 parent 1e102c8 commit cfe2cd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout git repo
1010
uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113

1214
- name: Setup Java
1315
uses: actions/setup-java@v4
@@ -31,4 +33,4 @@ jobs:
3133
run: |
3234
just test \
3335
--run-in-order false \
34-
--changed-since master
36+
--changed-since origin/master

0 commit comments

Comments
 (0)