Skip to content

Commit

Permalink
Make sure the publishing script compiles as part of CI. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinowernli committed Oct 13, 2021
1 parent fb9c006 commit 5f19fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bazel_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
uses: ./.github/actions/install

- name: Run tests
run: bazel test //src/...
run: |
bazel test //src/...
bazel build //:maven_export_lib.publish

0 comments on commit 5f19fc7

Please sign in to comment.