Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 5b66172

Browse files
committed
chore: Checkout repo before running test
1 parent 49a805a commit 5b66172

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
name: Run integration tests
1313
runs-on: ubuntu-latest
1414
steps:
15+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
with:
17+
submodules: recursive
1518
- name: Run tests (not)
1619
uses: stackabletech/actions/run-integration-test@run-integration-test
1720
with:

0 commit comments

Comments
 (0)