Skip to content

Commit 9527263

Browse files
fix: e2e test pipeline requires submodule checkout
1 parent 84d2f41 commit 9527263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ jobs:
6262
with:
6363
#use inputs.checkout-ref to be able to call it from a pull_request_target workflow, since there it needs to be github.event.pull_request.merge_commit_sha and not the default
6464
ref: ${{ inputs.checkout-ref }}
65+
submodules: true
6566

66-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
67+
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
6768
with:
6869
go-version: '1.21'
6970
- run: go version

0 commit comments

Comments
 (0)