aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-08-05 19:31:55 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-08-05 19:31:55 -0700
commit36e5296176f91b6fe34d7571526d5f2f5beba60b (patch)
tree24c709b492fb449015b5f4f58eff85da6b692a8e
parente147d48d85b3783462a773a0be0799dfd66637ae (diff)
downloadibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.tar.gz
ibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.tar.zst
ibd-trader-36e5296176f91b6fe34d7571526d5f2f5beba60b.zip
Make CI checkout submodules
-rw-r--r--backend/.github/workflows/go.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/.github/workflows/go.yaml b/backend/.github/workflows/go.yaml
index 5f41af0..06f6d58 100644
--- a/backend/.github/workflows/go.yaml
+++ b/backend/.github/workflows/go.yaml
@@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
+ submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: stable
@@ -30,6 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
+ submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: stable