Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Nov 12, 2024
1 parent 46f6696 commit e864dbb
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,33 +173,33 @@ services:
# - "9000:9000"
# command: sbt ";scapegoat; scalafmtCheck; util/scalafmtCheck; webknossosTracingstore/scalafmtCheck; webknossosDatastore/scalafmtCheck"

e2e-tests:
extends:
service: backend-tests
depends_on:
redis:
condition: service_healthy
postgres:
condition: service_healthy
fossildb:
condition: service_healthy
environment:
POSTGRES_URL: jdbc:postgresql://postgres/webknossos_testing
POSTGRES_USER: webknossos_user
POSTGRES_PASSWORD: secret_password
command:
- bash
- -c
- >
sbt
-v
"testOnly e2e.* --
-Dtracingstore.fossildb.address=fossildb
-Dtracingstore.redis.address=redis
-Ddatastore.redis.address=redis
-Ddatastore.watchFileSystem.enabled=false"
volumes:
- ./binaryData/Connectomics department:/home/${USER_NAME:-sbt-user}/webknossos/binaryData/Organization_X
# e2e-tests:
# extends:
# service: backend-tests
# depends_on:
# redis:
# condition: service_healthy
# postgres:
# condition: service_healthy
# fossildb:
# condition: service_healthy
# environment:
# POSTGRES_URL: jdbc:postgresql://postgres/webknossos_testing
# POSTGRES_USER: webknossos_user
# POSTGRES_PASSWORD: secret_password
# command:
# - bash
# - -c
# - >
# sbt
# -v
# "testOnly e2e.* --
# -Dtracingstore.fossildb.address=fossildb
# -Dtracingstore.redis.address=redis
# -Ddatastore.redis.address=redis
# -Ddatastore.watchFileSystem.enabled=false"
# volumes:
# - ./binaryData/Connectomics department:/home/${USER_NAME:-sbt-user}/webknossos/binaryData/Organization_X

# screenshot-tests:
# image: scalableminds/puppeteer:master
Expand Down

0 comments on commit e864dbb

Please sign in to comment.