Skip to content

Commit 8544714

Browse files
fix: add go mod tidy before executing e2e tests
1 parent 4ba0f61 commit 8544714

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
- name: Install dependencies for e2e tests
8686
run: make helm-install
8787

88+
- name: go mod tidy
89+
run: go mod tidy
90+
8891
- name: Run e2e tests
8992
run: make e2e-run
9093

0 commit comments

Comments
 (0)