Skip to content

Commit 7de9299

Browse files
committed
fix test
1 parent 22715a0 commit 7de9299

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/client.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ jobs:
216216
args: --timeout=3m
217217
working-directory: internal/integration/client/db
218218
- name: go test
219+
env:
220+
DATABASE_URL: sqlite:client/test.sqlite3
219221
run: |
220222
cd internal/integration/client
221223
go test -v ./...
@@ -243,8 +245,7 @@ jobs:
243245
yarn install
244246
- name: yarn test
245247
env:
246-
QUERYX_ENV: test
247-
DATABASE_URL: client/sqlite:test.sqlite3
248+
DATABASE_URL: sqlite:client/test.sqlite3
248249
run: |
249250
cd internal/integration/client
250251
yarn vitest run --dir client

0 commit comments

Comments
 (0)