Skip to content

Commit 62f8ee7

Browse files
updates
1 parent bcb8eb3 commit 62f8ee7

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

.github/workflows/integration.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ jobs:
1818
with:
1919
java-version: 1.8
2020
id: java
21-
- name: Setup Go environment
22-
uses: actions/setup-go@v2
23-
with:
24-
go-version: ^1.14
25-
id: go
26-
- name: Setup Bazelisk
27-
run: go get github.com/bazelbuild/bazelisk
2821
- uses: actions/checkout@v2
2922
- name: Run integration test
3023
run: ./integration/integration_test.sh -e
31-
- uses: actions/checkout@v2
32-
with:
33-
repository: tinder-maxwellelliott/bazel-diff-repro-1
34-
ref: wip_fix
35-
path: /tmp/ExternalTargetImpactTest
36-
fetch-depth: 0
37-
- name: Run External Target Impact test
38-
run: /tmp/ExternalTargetImpactTest/bazel-diff.sh
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Integration External Target
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
schedule:
9+
- cron: "0 */12 * * *"
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Setup Java JDK
17+
uses: actions/[email protected]
18+
with:
19+
java-version: 1.8
20+
id: java
21+
- uses: actions/checkout@v2
22+
with:
23+
repository: tinder-maxwellelliott/bazel-diff-repro-1
24+
ref: wip_fix
25+
fetch-depth: 0
26+
- name: Run External Target Impact test
27+
run: ./bazel-diff.sh -e

0 commit comments

Comments
 (0)