Skip to content

Commit

Permalink
Added a github workflow step to build Python3 and Java UDF Client
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Sep 19, 2024
1 parent f9b3597 commit c20fc0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
- name: Build UDF client for Python and Java
run: |
bazel build --lockfile_mode=off --config no-tty -c dbg --config python --config java --config fast-binary-py3 --verbose_failures
working-directory: ./exaudfclient/

- name: Java Tests
run: |
bazel test //base/javacontainer/test/...
Expand Down

0 comments on commit c20fc0e

Please sign in to comment.