Skip to content

Commit

Permalink
Use github env
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Aug 29, 2024
1 parent e532b6f commit a454c2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check_bazel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:
build:
runs-on: ubuntu-latest

env:
USE_BAZEL_VERSION=7.2.1

steps:
- uses: actions/checkout@v4


- name: Search for duplicated error codes
run: bash find_duplicate_error_codes.sh

Expand All @@ -27,17 +31,14 @@ jobs:
sudo apt-get install -y openjdk-11-jdk libzmq3-dev
- name: Java Tests
run: |
export USE_BAZEL_VERSION=7.2.1
bazel test //base/javacontainer/test/...
working-directory: ./exaudfclient/
- name: ExaudfLib Tests
run: |
export USE_BAZEL_VERSION=7.2.1
bazel test //base/exaudflib/test/...
working-directory: ./exaudfclient/
- name: Script Options Parser Tests
run: |
export USE_BAZEL_VERSION=7.2.1
bazel test //base/script_options_parser/test/...
working-directory: ./exaudfclient/

0 comments on commit a454c2d

Please sign in to comment.