ci: use /tmp for test suite database.
Store the Postgres database for the test suite in /tmp to effectively run it in a ramdisk and make the test suite run faster.
This commit is contained in:
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -75,6 +75,7 @@ jobs:
|
||||
env:
|
||||
POSTGRES_USER: danbooru
|
||||
POSTGRES_PASSWORD: danbooru
|
||||
PGDATA: /tmp
|
||||
|
||||
steps:
|
||||
- name: Setup tmate session
|
||||
|
||||
Reference in New Issue
Block a user