Skip to content

Commit 6dab1a7

Browse files
add submodule to checkout
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent f76a668 commit 6dab1a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+
with:
28+
submodules: recursive
2729

2830
- name: Set up JDK ${{ matrix.build.java }}
2931
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4

0 commit comments

Comments
 (0)