mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: fix integration test
This commit is contained in:
parent
cc5c99beb0
commit
e5e0c42104
1 changed files with 3 additions and 3 deletions
6
.github/workflows/integration-test.yml
vendored
6
.github/workflows/integration-test.yml
vendored
|
@ -85,9 +85,9 @@ jobs:
|
||||||
|
|
||||||
- name: Seed database
|
- name: Seed database
|
||||||
working-directory: logto/packages/core
|
working-directory: logto/packages/core
|
||||||
run: |
|
run: npm run cli db seed
|
||||||
npm run cli db set-url postgres://postgres:postgres@localhost:5432
|
env:
|
||||||
npm run cli db seed
|
DB_URL: postgres://postgres:postgres@localhost:5432
|
||||||
|
|
||||||
- name: Run Logto
|
- name: Run Logto
|
||||||
working-directory: logto/packages/core
|
working-directory: logto/packages/core
|
||||||
|
|
Loading…
Reference in a new issue