Skip to content

Commit f1120a0

Browse files
committed
Fix e2e workflow failure
1 parent d6ba371 commit f1120a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ name: e2e
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
branches: [ main ]
68
workflow_dispatch:
79

810

911
env:
1012
LAUNCHABLE_DEBUG: 1
1113
LAUNCHABLE_REPORT_ERROR: 1
14+
USE_BAZEL_VERSION: "7.5.0"
1215

1316

1417
jobs:
@@ -41,7 +44,7 @@ jobs:
4144
# bazel
4245
- name: Install Bazelisk
4346
run: |
44-
go install github.com/bazelbuild/bazelisk@latest
47+
go install github.com/bazelbuild/bazelisk@v1.24.1
4548
- name: "bazel: verify"
4649
run: "launchable verify"
4750
env:

0 commit comments

Comments
 (0)