File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121 matrix :
2222 os : [ubuntu-latest]
2323 bzlmod : [true]
24+ bazel_version : ["6.4.0", "7.0.0"]
2425 runs-on : ${{ matrix.os }}
2526 steps :
2627 - name : " Checkout the sources"
3536 - name : " Setup Bazelisk"
3637 uses : bazelbuild/setup-bazelisk@v2
3738 - name : " Running tests //..."
39+ env :
40+ USE_BAZEL_VERSION : ${{ matrix.bazel_version }}
3841 run : bazel test //... --enable_bzlmod=${{ matrix.bzlmod }}
3942 integration-tests :
4043 strategy :
4346 bzlmod : [true]
4447 directory : [examples/simple-android]
4548 strategy : [local, worker]
49+ bazel_version : ["7.0.0"]
4650 runs-on : ${{ matrix.os }}
4751 steps :
4852 - name : " Checkout the sources"
5761 - name : " Setup Bazelisk"
5862 uses : bazelbuild/setup-bazelisk@v2
5963 - name : " Running integration tests ${{ matrix.directory }}"
64+ env :
65+ USE_BAZEL_VERSION : ${{ matrix.bazel_version }}
6066 working-directory : ${{ matrix.directory }}
6167 run : bazel test //... --enable_bzlmod=${{ matrix.bzlmod }} --strategy=AndroidLint=${{ matrix.strategy }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments