Skip to content

Commit 14a6a64

Browse files
Merge pull request #9 from gesinn-it-pub/docker-compose-ci
update submodule in CI run
2 parents 6c5b075 + 683b55b commit 14a6a64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
uses: actions/checkout@v4
6363
with:
6464
submodules: recursive
65+
66+
- name: Update submodules
67+
run: git submodule update --init --remote
6568

6669
- name: Run tests
6770
run: make ci

0 commit comments

Comments
 (0)