From e5e0c42104430e346fb4318ffc83a700093c38e8 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Sat, 8 Oct 2022 19:30:06 +0800 Subject: [PATCH] chore: fix integration test --- .github/workflows/integration-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 562ed98ed..e61b976bf 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -85,9 +85,9 @@ jobs: - name: Seed database working-directory: logto/packages/core - run: | - npm run cli db set-url postgres://postgres:postgres@localhost:5432 - npm run cli db seed + run: npm run cli db seed + env: + DB_URL: postgres://postgres:postgres@localhost:5432 - name: Run Logto working-directory: logto/packages/core