Skip to content

Commit

Permalink
iox-#1542 Add simple bazel sanity check
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <[email protected]>
  • Loading branch information
dkroenke committed Jul 26, 2022
1 parent 3bb45ac commit 00985ed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ jobs:
- uses: actions/checkout@v3
- run: ./tools/ci/build-test-ubuntu-with-gcc54.sh

# Bazel sanitiy check
build-test-ubuntu-bazel:
runs-on: ubuntu-latest
needs: pre-flight-check
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel
- run: bazel test //...

coverage-and-docs:
runs-on: ubuntu-20.04
needs: pre-flight-check
Expand Down

0 comments on commit 00985ed

Please sign in to comment.