Skip to content

Commit

Permalink
fix
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 cbd2575 commit fbd3ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Unit Test
run: make unit-test
Expand All @@ -63,6 +64,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

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

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

- name: Log in to the Container registry
uses: docker/login-action@a9794064588be971151ec5e7144cb535bcb56e36
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
with:
ref: ${{ needs.release-please.outputs.release_tag_name }}
submodules: recursive
fetch-depth: 0

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

0 comments on commit fbd3ea9

Please sign in to comment.