Skip to content

Commit 87a2f88

Browse files
committed
fix ci
1 parent ceefe27 commit 87a2f88

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
name: Test on Weaviate v${{ matrix.version }}
153153
permissions:
154154
contents: read
155+
checks: write
155156
needs: [unit-tests, setup]
156157
strategy:
157158
fail-fast: false

.github/workflows/test-on-weaviate-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
name: Quick Integration Tests - v${{ inputs.weaviate-version }}
2727
permissions:
2828
contents: read
29+
checks: write
2930
uses: ./.github/workflows/integration-test.yml
3031
secrets: inherit
3132
with:
@@ -38,6 +39,7 @@ jobs:
3839
name: Slow Integration Tests - v${{ inputs.weaviate-version }}
3940
permissions:
4041
contents: read
42+
checks: write
4143
needs: [integration-rbac]
4244
if: ${{ inputs.run-slow-tests }}
4345
uses: ./.github/workflows/integration-test.yml
@@ -52,6 +54,7 @@ jobs:
5254
name: RBAC Integration Tests - v${{ inputs.weaviate-version }}
5355
permissions:
5456
contents: read
57+
checks: write
5558
needs: [integration-quick]
5659
if: ${{ inputs.run-slow-tests }}
5760
uses: ./.github/workflows/integration-test.yml

0 commit comments

Comments
 (0)