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

Commit 4752456

Browse files
authored
Fix E2E tests failing - fetch submodules (#1349)
After #1313 was merged, we now have a Git submodule for testdata (for lexer). I forgot to update `e2e-test.yml` GitHub Actions workflow to also fetch submodules (other workflows were updated and work correctly).
1 parent 6fb0ebb commit 4752456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with: ## @TODO REMOVE
2222
ref: ${{ github.event.inputs.GIT_REF }}
23+
submodules: 'true'
2324

2425
- name: Set up Go
2526
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)