This commit is contained in:
resonic-user 2025-06-20 02:33:13 +02:00
parent 14eb96675c
commit 4e34acf6b3
2 changed files with 1 additions and 2 deletions

View File

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

View File

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