File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
3434
3535 - name : Build
36- run :
37- ${GITHUB_WORKSPACE}/bin/bazel build :doubak
36+ run : ${GITHUB_WORKSPACE}/bin/bazel build :doubak
37+
38+ - name : Test go build compatability
39+ run : go build
3840
3941 - name : Test
40- run :
41- ${GITHUB_WORKSPACE}/bin/bazel test //...
42+ run : ${GITHUB_WORKSPACE}/bin/bazel test //...
Original file line number Diff line number Diff line change 1+ name : Release
2+
13on :
24 push :
35 # Sequence of patterns matched against refs/tags
46 tags :
57 - ' v*' # Push events to matching v*, i.e. v1.0, v20.15.10
68
7- name : Release
8-
99jobs :
1010 build :
1111 name : Create Release
1414 - name : Checkout code
1515 uses : actions/checkout@v2
1616
17+ - name : Install protoc, protoc-gen-go
18+ run : sudo apt install protobuf-compiler golang-goprotobuf-dev
19+
1720 - name : Install bazelisk
1821 run : |
1922 curl -LO "https://github.com/bazelbuild/bazelisk/releases/download/v1.6.1/bazelisk-linux-amd64"
You can’t perform that action at this time.
0 commit comments