Skip to content

Commit a6f60e6

Browse files
authored
Update run-docker-unit-tests.yml
1 parent 38c6211 commit a6f60e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-docker-unit-tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ jobs:
133133
TEST_NAME1=`echo $name | sed -e 's!/!-!g' `
134134
echo "TEST_NAME=test${TEST_NAME1}" >> $GITHUB_ENV
135135
136+
# we need recursive code here because we replace the existing docker container
136137
- uses: meta-introspector/checkout@v4
137-
#with:
138-
# submodules: recursive
138+
with:
139+
submodules: recursive
139140

140141
- name: Login to GHCR
141142
uses: meta-introspector/login-action@v1

0 commit comments

Comments
 (0)