From 916e24e21e57dda3c5d4be0a60ac415c32d079dd Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 23 Jun 2026 10:41:20 +0100 Subject: [PATCH] Fix for CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57aab78..0ae94a4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "unittest": "deno test -A --no-check --coverage=cov_profile --v8-flags=--expose-gc --trace-leaks ./src/", "test": "vitest run", "test:unit": "vitest run --config vitest.config.unit.ts", - "test:integration": "vitest run --config vitest.config.integration.ts", + "test:integration": "npx dotenv-cli -e .env -e .test.env -- vitest run --config vitest.config.integration.ts", "test:unit:coverage": "vitest run --config vitest.config.unit.ts --coverage", "test:install-playwright": "npx playwright install chromium", "test:install-dependencies": "npm run test:install-playwright",