Skip to content

Commit 0c55971

Browse files
committed
ci(github): Avoid cloning Git submodules for funTest-non-docker
The only submodules are for package manager external projects, which are not tested here. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 309c5a3 commit 0c55971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ jobs:
8585
steps:
8686
- name: Checkout Repository
8787
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
88-
with:
89-
submodules: recursive
9088
- name: Set tool version environment variables
9189
run: sed "s/^ARG //" docker/versions.dockerfile >> $GITHUB_ENV
9290
- name: Install required tools

0 commit comments

Comments
 (0)