Skip to content

Commit

Permalink
ci: Try to fix SQLite e2e tests by closing the db between each transa…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
Eragonfr committed Nov 23, 2024
1 parent 8773d69 commit 8a915f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.sqlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ services:
SYNC_HOST: 0.0.0.0
SYNC_MASTER_SECRET: secret0
SYNC_SYNCSTORAGE__DATABASE_URL: sqlite:///data/syncdb.sqlite
SYNC_SYNCSTORAGE__DATABASE_POOL_MIN_IDLE: 0
SYNC_TOKENSERVER__DATABASE_URL: sqlite:///data/tokenserverdb.sqlite
SYNC_TOKENSERVER__DATABASE_POOL_MIN_IDLE: 0
SYNC_TOKENSERVER__RUN_MIGRATIONS: "true"

volumes:
Expand Down

0 comments on commit 8a915f9

Please sign in to comment.