We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26973d commit b212774Copy full SHA for b212774
.github/workflows/continuous_integration.yml
@@ -38,7 +38,13 @@ jobs:
38
run: |
39
bazel run -- @buildifier --mode=check $(pwd)/*.b*z*l $(pwd)/example/*.b*z*l $(pwd)/workflows/*.b*z*l
40
example_test:
41
- runs-on: ubuntu-latest
+ strategy:
42
+ matrix:
43
+ runner:
44
+ - macos-latest
45
+ - ubuntu-latest
46
+ - windows-latest
47
+ runs-on: ${{ matrix.runner }}
48
steps:
49
- uses: actions/checkout@v4
50
- uses: bazel-contrib/[email protected]
0 commit comments