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:
|
env:
|
||||||
POSTGRES_USER: danbooru
|
POSTGRES_USER: danbooru
|
||||||
POSTGRES_PASSWORD: danbooru
|
POSTGRES_PASSWORD: danbooru
|
||||||
|
PGDATA: /tmp
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup tmate session
|
- name: Setup tmate session
|
||||||
|
|||||||
Reference in New Issue
Block a user