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 f8ac7cb commit 790901fCopy full SHA for 790901f
.github/workflows/main.yaml
@@ -65,14 +65,14 @@ jobs:
65
OKTA_CLIENT_SECRET: ${{ secrets.OKTA_CLIENT_SECRET }}
66
WEAVIATE_VERSION: ${{ matrix.versions.weaviate }}
67
run: |
68
- npm test
+ WEAVIATE_VERSION=${WEAVIATE_VERSION} npm test
69
npm run build
70
- name: "Run tests without authentication tests (for forks)"
71
if: ${{ github.event.pull_request.head.repo.fork }}
72
env:
73
74
75
76
77
- name: "Stop Weaviate"
78
run: ci/stop_dependencies.sh ${{ matrix.versions.weaviate }}
0 commit comments