0
Fork 0
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:
Gao Sun 2022-10-08 19:30:06 +08:00
parent cc5c99beb0
commit e5e0c42104
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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