We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38d55f commit ef786d0Copy full SHA for ef786d0
1 file changed
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
os: [windows-latest, ubuntu-latest, macos-latest]
31
+ bazel: [7.6.1, 8.2.1]
32
33
steps:
34
- uses: actions/checkout@v2
@@ -36,7 +37,10 @@ jobs:
36
37
bazelisk-cache: true
38
disk-cache: ${{ github.workflow }}
39
repository-cache: true
40
+
41
- run: bazelisk run //vulkan/tests:version_tests
42
+ env:
43
+ USE_BAZEL_VERSION: ${{ matrix.bazel }}
44
45
e2e:
46
name: Integration Tests
0 commit comments