Skip to content

Commit

Permalink
ci: use test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Nov 22, 2023
1 parent b97342d commit febf6cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bazelisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:

jobs:
bazelisk_jobs:
strategy:
matrix:
version: ["6.0.0", "6.4.0"]
runs-on: ubuntu-latest
name: Bazelisk
steps:
- uses: actions/checkout@v3
- uses: bazelbuild/setup-bazelisk@v2
- run: USE_BAZEL_VERSION=6.0.0 bazel test //...
- run: USE_BAZEL_VERSION=6.4.0 bazel test //...
- run: USE_BAZEL_VERSION=${{ matrix.version }} bazel test //...

0 comments on commit febf6cf

Please sign in to comment.