mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- initialize database (unique constraint)
This commit is contained in:
parent
d61820dc4f
commit
35549b7032
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -201,6 +201,8 @@ jobs:
|
||||
run: cp backend/.env.template backend/.env
|
||||
- name: backend | docker-compose
|
||||
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --detach --no-deps neo4j backend
|
||||
- name: backend | Initialize Database
|
||||
run: docker-compose exec -T backend yarn db:init
|
||||
- name: backend | Unit test
|
||||
run: docker-compose exec -T backend yarn test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user