Skip to content

Commit

Permalink
ci submodules init
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Apr 26, 2024
1 parent c4d9a95 commit b8b448a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- uses: actions/setup-go@v4
with:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Unit Test
run: make unit-test
Expand All @@ -61,6 +61,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
Expand Down Expand Up @@ -110,7 +113,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Download image
uses: actions/download-artifact@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.release-please.outputs.release_tag_name }}
submodules: recursive

- name: Log in to the Container registry
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.release-please.outputs.release_tag_name }}
submodules: recursive

- name: Setup go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -152,6 +154,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ env.GITHUB_PAGES_BRANCH }}
submodules: recursive

- name: Setup go
uses: actions/setup-go@v4
Expand Down

0 comments on commit b8b448a

Please sign in to comment.