Skip to content

Commit

Permalink
Fixed bazel tests GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Sep 19, 2024
1 parent c20fc0e commit bdf42d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
runs-on: ubuntu-latest

env:
USE_BAZEL_VERSION=7.2.1

USE_BAZEL_VERSION: 7.2.1
steps:
- uses: actions/checkout@v4

Expand All @@ -33,7 +32,6 @@ jobs:
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 bdf42d2

Please sign in to comment.