Skip to content

Commit d0ba0cf

Browse files
committed
Move weaviate version env var in run step to env
1 parent bf9606e commit d0ba0cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
npm run build
6969
- name: "Run tests without authentication tests (for forks)"
7070
if: ${{ github.event.pull_request.head.repo.fork }}
71+
env:
72+
WEAVIATE_VERSION: ${{ matrix.versions.weaviate }}
7173
run: |
72-
WEAVIATE_VERSION=${{ matrix.versions.weaviate }} npm test
74+
npm test
7375
npm run build
7476
- name: "Stop Weaviate"
7577
run: ci/stop_dependencies.sh ${{ matrix.versions.weaviate }}

0 commit comments

Comments
 (0)