Skip to content

Commit 790901f

Browse files
committed
Pipe WEAVIATE_VERSION explicitly into test command
1 parent f8ac7cb commit 790901f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565
OKTA_CLIENT_SECRET: ${{ secrets.OKTA_CLIENT_SECRET }}
6666
WEAVIATE_VERSION: ${{ matrix.versions.weaviate }}
6767
run: |
68-
npm test
68+
WEAVIATE_VERSION=${WEAVIATE_VERSION} npm test
6969
npm run build
7070
- name: "Run tests without authentication tests (for forks)"
7171
if: ${{ github.event.pull_request.head.repo.fork }}
7272
env:
7373
WEAVIATE_VERSION: ${{ matrix.versions.weaviate }}
7474
run: |
75-
npm test
75+
WEAVIATE_VERSION=${WEAVIATE_VERSION} npm test
7676
npm run build
7777
- name: "Stop Weaviate"
7878
run: ci/stop_dependencies.sh ${{ matrix.versions.weaviate }}

0 commit comments

Comments
 (0)