diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dd1d220962..fdbe9375ea 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,6 +22,7 @@ jobs: - 5432:5432 env: POSTGRES_DB: test-misskey + options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 redis: image: redis:alpine ports: