Skip to content

Commit 79ebe84

Browse files
committed
Fix test
1 parent 66e244e commit 79ebe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkout-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
if: runner.os == 'Linux'
196196
uses: docker://bitnamisecure/git:latest
197197
with:
198-
args: bash .github/actions/checkout/__test__/verify-worktree.sh worktree-test container-worktree-branch
198+
args: bash .github/actions/checkout/__test__/verify-worktree.sh .github/actions/checkout/worktree-test container-worktree-branch
199199

200200
# Basic checkout using REST API
201201
- name: Remove basic

0 commit comments

Comments
 (0)