We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9606e commit d0ba0cfCopy full SHA for d0ba0cf
.github/workflows/main.yaml
@@ -68,8 +68,10 @@ jobs:
68
npm run build
69
- name: "Run tests without authentication tests (for forks)"
70
if: ${{ github.event.pull_request.head.repo.fork }}
71
+ env:
72
+ WEAVIATE_VERSION: ${{ matrix.versions.weaviate }}
73
run: |
- WEAVIATE_VERSION=${{ matrix.versions.weaviate }} npm test
74
+ npm test
75
76
- name: "Stop Weaviate"
77
run: ci/stop_dependencies.sh ${{ matrix.versions.weaviate }}
0 commit comments