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 564fe42 commit dc52f56Copy full SHA for dc52f56
.github/workflows/build_and_test.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/checkout@v4
49
- uses: actions/setup-python@v5
50
with:
51
- python-version: '3.9'
+ python-version: "3.9"
52
- name: Build
53
run: |
54
pip install build
@@ -89,3 +89,13 @@ jobs:
89
- name: Test
90
91
bazelisk test --lockfile_mode=error //...
92
+
93
+ bazel_use_module:
94
+ name: Build Bazel example
95
+ runs-on: "ubuntu-22.04"
96
+ steps:
97
+ - uses: actions/checkout@v4
98
+ - name: Build
99
+ run: |
100
+ cd examples/bazel
101
+ bazelisk build --lockfile_mode=off //...
0 commit comments