Skip to content

Commit 932e768

Browse files
ci: fix e2e
1 parent 2262604 commit 932e768

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
test:
11+
environment: coverage
1112
name: Run e2e tests
1213
runs-on: ubuntu-latest
1314
steps:
@@ -16,6 +17,12 @@ jobs:
1617
with:
1718
fetch-depth: 0
1819

20+
- name: Set up Go
21+
uses: actions/setup-go@v5
22+
23+
- name: Install dependencies
24+
run: go mod download
25+
1926
- name: Run e2e tests
2027
run: |
2128
make get-heighliner && make local-image && make test-e2e

0 commit comments

Comments
 (0)