mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-13 11:50:37 +08:00
Merge pull request #439 from othrayte/ci-e2e-basic
Automate e2e test of the website (basic)
This commit is contained in:
@@ -11,6 +11,11 @@ services:
|
||||
image: sverrirab/sleep
|
||||
depends_on: [db, webdb, adminer, maildev, backend, redis]
|
||||
|
||||
# Used by CI automations.
|
||||
ci:
|
||||
image: sverrirab/sleep
|
||||
depends_on: [db, webdb, maildev, backend, redis, web]
|
||||
|
||||
# This DB is for the FastAPI Backend.
|
||||
db:
|
||||
image: postgres
|
||||
|
||||
Reference in New Issue
Block a user