Skip to content

Commit 9cf5f4b

Browse files
⬆️ CI/CD-#96: Initialize git submodules in test workflow for examples integration tests
1 parent aa98505 commit 9cf5f4b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
steps:
1818
- name: 📥 Checkout code
1919
uses: actions/checkout@v4
20+
with:
21+
submodules: recursive
22+
23+
- name: 🔄 Update submodules
24+
run: |
25+
git submodule foreach git checkout master
26+
git submodule foreach git pull
2027
2128
- name: 📦 Setup Poetry
2229
uses: ./.github/actions/setup-poetry

0 commit comments

Comments
 (0)