Skip to content

Commit 9b8ac1c

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 4554b6e commit 9b8ac1c

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
88-
with:
89-
submodules: recursive
9088
- name: Set tool version environment variables
9189
run: cat .env.versions >> $GITHUB_ENV
9290
- name: Install required tools

0 commit comments

Comments
 (0)