File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ jobs:
12
12
13
13
steps :
14
14
- name : Setup Java JDK
15
-
15
+
16
16
with :
17
17
java-version : 1.8
18
18
id : java
19
19
- name : Setup Go environment
20
- uses : actions/setup-go@v2.1.2
20
+ uses : actions/setup-go@v2
21
21
with :
22
22
go-version : ^1.14
23
23
id : go
24
24
- name : Setup Bazelisk
25
25
run : go get github.com/bazelbuild/bazelisk
26
26
- uses : actions/checkout@v2
27
27
- name : Run bazel-diff tests
28
- run : USE_BAZEL_VERSION=last_rc ~/go/bin/bazelisk test //test/...
28
+ run : USE_BAZEL_VERSION=last_downstream_green ~/go/bin/bazelisk test //test/...
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ final_hashes_json="/tmp/final_hashes_json.json"
11
11
impacted_targets_path=" /tmp/impacted_targets.txt"
12
12
impacted_test_targets_path=" /tmp/impacted_test_targets.txt"
13
13
14
- export USE_BAZEL_VERSION=last_rc
14
+ export USE_BAZEL_VERSION=last_downstream_green
15
15
16
16
containsElement () {
17
17
local e match=" $1 "
You can’t perform that action at this time.
0 commit comments