Skip to content

Commit 9450d5b

Browse files
Merge branch 'master' into tinder-maxwellelliott-patch-3
2 parents 64877d2 + f0208d6 commit 9450d5b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212

1313
steps:
1414
- name: Setup Java JDK
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
with:
1717
java-version: 1.8
1818
id: java
1919
- name: Setup Go environment
20-
uses: actions/setup-go@v2.1.2
20+
uses: actions/setup-go@v2
2121
with:
2222
go-version: ^1.14
2323
id: go
2424
- name: Setup Bazelisk
2525
run: go get github.com/bazelbuild/bazelisk
2626
- uses: actions/checkout@v2
2727
- 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/...

integration/integration_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final_hashes_json="/tmp/final_hashes_json.json"
1111
impacted_targets_path="/tmp/impacted_targets.txt"
1212
impacted_test_targets_path="/tmp/impacted_test_targets.txt"
1313

14-
export USE_BAZEL_VERSION=last_rc
14+
export USE_BAZEL_VERSION=last_downstream_green
1515

1616
containsElement () {
1717
local e match="$1"

0 commit comments

Comments
 (0)