mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
GitHub Actions のテストで postgres がコケてるのを修正 (#6089)
* github actionsのfail原因調査用 * fix * fix * fux * remove tihs branch from CI target * ログ表示削除 * fix
This commit is contained in:
parent
8fdbc915c9
commit
1714dc0247
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
@ -16,11 +16,12 @@ jobs:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10.11-alpine
|
||||
image: postgres:10-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DB: test-misskey
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
redis:
|
||||
image: redis:alpine
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user