Mount the Dev checkout so backend tests can read frontend sources.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
36b9a2e424
commit
6ea36f7d1f
|
|
@ -40,7 +40,9 @@ jobs:
|
|||
docker compose -f "$COMPOSE_FILE" exec -T postgres \
|
||||
psql -U "$PGUSER" -d postgres -v ON_ERROR_STOP=1 \
|
||||
-c "CREATE DATABASE kansho_test OWNER ${PGUSER};"
|
||||
docker compose -f "$COMPOSE_FILE" exec -T \
|
||||
docker compose -f "$COMPOSE_FILE" run --rm --no-deps \
|
||||
-v "${APP_DIR}:/src:ro" \
|
||||
-w /src/backend \
|
||||
-e KANSHO_DB_BACKEND=postgres \
|
||||
-e DB_NAME=kansho_test \
|
||||
-e KANSHO_PROVIDER_KEY= \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user