Skip to content

Commit db0b3d4

Browse files
committed
ci: checkout submodules in test job so gherkin tests run
The TestEvaluatorGherkin test depends on the test-harness submodule and silently skips when it is absent. The test job did not check out submodules, so the new gherkin tests never ran in CI.
1 parent d43c66e commit db0b3d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
steps:
5555
- name: Checkout repository
5656
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
57+
with:
58+
submodules: recursive
5759
- name: Setup go
5860
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
5961
with:

0 commit comments

Comments
 (0)