File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169# OPENAI_APIKEY: ${{ secrets.OPENAI_APIKEY }} disabled until we have a working key
170170 run : pytest -n auto --dist loadgroup -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration.xml integration
171171 - name : Run integration tests without auth secrets (for forks)
172- if : ${{ github.event.pull_request.head.repo.fork || github.triggering_actor ! = 'dependabot[bot]' }}
172+ if : ${{ github.event.pull_request.head.repo.fork || github.triggering_actor = = 'dependabot[bot]' }}
173173 run : pytest -n auto --dist loadgroup -v --cov --cov-report=term-missing --cov=weaviate --cov-report xml:coverage-integration.xml integration
174174 - name : Archive code coverage results
175175 if : matrix.versions.py == '3.10' && (github.ref_name != 'main')
You can’t perform that action at this time.
0 commit comments