Skip to content

Commit

Permalink
chore(ci): checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanxyg committed Mar 8, 2024
1 parent 5e2816d commit 415cb1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down

0 comments on commit 415cb1d

Please sign in to comment.