Skip to content

Commit

Permalink
add submodule checkout in cross repo test workflow (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai authored Jul 8, 2024
1 parent 1328865 commit 8ce268c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-cross-repo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: linode/terraform-provider-linode
fetch-depth: 0
submodules: 'recursive'

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 8ce268c

Please sign in to comment.