Skip to content

Commit f455a4b

Browse files
committed
fix workflow by pulling submodule too
1 parent cde09b1 commit f455a4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pr-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
steps:
2323
- name: Check out repository
2424
uses: actions/checkout@v4
25+
with:
26+
submodules: recursive
27+
fetch-depth: 0
2528

2629
- name: Verify required folders exist
2730
run: |

0 commit comments

Comments
 (0)