mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-18 10:51:28 +00:00
seeed
This commit is contained in:
parent
14eb96675c
commit
4e34acf6b3
2
.github/workflows/cache-verify.yml
vendored
2
.github/workflows/cache-verify.yml
vendored
@ -289,7 +289,7 @@ jobs:
|
||||
- name: Seed database for tests
|
||||
run: |
|
||||
echo "🔧 Seeding backend via docker exec..."
|
||||
docker exec backend yarn run seed:ci || echo "⚠️ Seed failed – check backend logs"
|
||||
docker exec backend yarn run db:seed || echo "⚠️ Seed failed – check backend logs"
|
||||
|
||||
#temporary debug backend
|
||||
- name: Debug backend response
|
||||
|
||||
@ -45,7 +45,6 @@ services:
|
||||
#- GRAPHQL_URI=http://backend:4000
|
||||
|
||||
backend:
|
||||
container_name: backend
|
||||
image: ghcr.io/ocelot-social-community/ocelot-social/backend:${OCELOT_VERSION:-latest}
|
||||
build:
|
||||
context: ./backend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user