We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc00950 + faec37d commit 2bc2748Copy full SHA for 2bc2748
1 file changed
.github/workflows/e2e.yml
@@ -9,6 +9,9 @@ on:
9
env:
10
LAUNCHABLE_DEBUG: 1
11
LAUNCHABLE_REPORT_ERROR: 1
12
+ # The WORKSPACE file is disabled by default in Bazel 8.
13
+ # As a workaround, we configure the old version.
14
+ USE_BAZEL_VERSION: "7.x"
15
16
17
jobs:
0 commit comments