mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 17:46:05 +03:00
ci: fix working-directory
This commit is contained in:
parent
0d7f65ab36
commit
f1670af15d
1
.github/workflows/build-master.yml
vendored
1
.github/workflows/build-master.yml
vendored
@ -227,6 +227,7 @@ jobs:
|
||||
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
|
||||
- name: Run init-db script
|
||||
run: yarn exec ts-node-esm ./scripts/init-db.ts
|
||||
working-directory: apps/server
|
||||
env:
|
||||
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
|
||||
- name: Run server tests
|
||||
|
Loading…
Reference in New Issue
Block a user