Skip to content

Commit a8b66b2

Browse files
committed
tests(paths): Fix checkout when testing custom path
1 parent b5209e5 commit a8b66b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-path.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
run:
3737
shell: bash
3838
steps:
39+
- name: Checkout
40+
uses: actions/checkout@v3
41+
with:
42+
fetch-depth: 0
43+
3944
- name: Install Jython
4045
uses: ./
4146
with:

0 commit comments

Comments
 (0)