File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
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
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
You can’t perform that action at this time.
0 commit comments