File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 123123 " name " : " windows_amd64: build${{ matrix.host.platform_name == 'windows_amd64' && ' and test' || '' }}" ,
124124 " run " : " bazel ${{ matrix.host.platform_name == 'windows_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:windows_amd64 //..."
125125 },
126+ {
127+ " if " : " matrix.host.lint" ,
128+ " name " : " bazel mod integrity" ,
129+ " run " : " bazel mod graph || true"
130+ },
126131 {
127132 " if " : " matrix.host.lint" ,
128133 " name " : " Check the diff between docker-compose and Kubernetes configs" ,
159164 " name " : " Test Kubernetes deployment" ,
160165 " run " : " tools/test-deployment-kubernetes"
161166 },
162- {
163- " if " : " matrix.host.lint" ,
164- " name " : " bazel mod integrity" ,
165- " run " : " bazel mod graph"
166- },
167167 {
168168 " env " : {
169169 " GITHUB_TOKEN " : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 123123 " name " : " windows_amd64: build${{ matrix.host.platform_name == 'windows_amd64' && ' and test' || '' }}" ,
124124 " run " : " bazel ${{ matrix.host.platform_name == 'windows_amd64' && 'test --test_output=errors' || 'build' }} --platforms=@rules_go//go/toolchain:windows_amd64 //..."
125125 },
126+ {
127+ " if " : " matrix.host.lint" ,
128+ " name " : " bazel mod integrity" ,
129+ " run " : " bazel mod graph || true"
130+ },
126131 {
127132 " if " : " matrix.host.lint" ,
128133 " name " : " Check the diff between docker-compose and Kubernetes configs" ,
158163 " if " : " matrix.host.platform_name == 'linux_amd64'" ,
159164 " name " : " Test Kubernetes deployment" ,
160165 " run " : " tools/test-deployment-kubernetes"
161- },
162- {
163- " if " : " matrix.host.lint" ,
164- " name " : " bazel mod integrity" ,
165- " run " : " bazel mod graph"
166166 }
167167 ],
168168 " strategy " : {
You can’t perform that action at this time.
0 commit comments