Skip to content

Commit 27614b3

Browse files
committed
disable bazel mod graph
1 parent 023bcb7 commit 27614b3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/master.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
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",
@@ -159,11 +164,6 @@
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 }}"

.github/workflows/pull-requests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@
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",
@@ -158,11 +163,6 @@
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": {

0 commit comments

Comments
 (0)