ci: use tmpfs for test suite database.
Better fix for d128bb71b. Turns out /tmp isn't a tmpfs.
This commit is contained in:
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@@ -78,7 +78,8 @@ jobs:
|
||||
env:
|
||||
POSTGRES_USER: danbooru
|
||||
POSTGRES_PASSWORD: danbooru
|
||||
PGDATA: /tmp
|
||||
options: >-
|
||||
--mount type=tmpfs,destination=/var/lib/postgresql/data
|
||||
|
||||
steps:
|
||||
- name: Setup tmate session
|
||||
|
||||
Reference in New Issue
Block a user