Skip to content

Commit

Permalink
fix: e2e test pipeline requires submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
enrico-kaack-comp committed Oct 9, 2024
1 parent 84d2f41 commit 9527263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
with:
#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
ref: ${{ inputs.checkout-ref }}
submodules: true

- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.21'
- run: go version
Expand Down

0 comments on commit 9527263

Please sign in to comment.