mirror of
https://github.com/logto-io/logto.git
synced 2025-01-13 21:30:30 -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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue