Skip to content

Commit

Permalink
chore: tweak GH build
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Aug 15, 2021
1 parent 2384376 commit 9eae57a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
with:
submodules: true
fetch-depth: 110
- name: build
run: |
bazel build //... --build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
env:
CI: true
- name: test
run: |
bazel test //... --build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
run: |
echo "${{ secrets.BUILDBUDDY_ORG_CERT }}">buildbuddy-cert.pem
echo "${{ secrets.BUILDBUDDY_ORG_KEY }}">buildbuddy-key.pem
- name: build
run: |
bazel build //... --config=ci --build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
env:
CI: true
- name: test
run: |
bazel test //... --config=ci --build_metadata=COMMIT_SHA=$(git rev-parse HEAD)
Expand Down

0 comments on commit 9eae57a

Please sign in to comment.