0
Fork 0
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:
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 - 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