Skip to content

Commit

Permalink
Fix test.yml to use PGroonga
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Sep 19, 2022
1 parent 9af8198 commit f3b11d9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:11.2
env:
POSTGRES_USER: root
image: groonga/pgroonga:latest-debian-11
ports:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
Expand All @@ -26,7 +24,7 @@ jobs:
image: ruby:3.0.3-bullseye
env:
DB_HOST: postgres
DB_USER: root
DB_USER: postgres
REDIS_HOST: redis
LOCAL_HTTPS: true
RAILS_ENV: test
Expand Down

0 comments on commit f3b11d9

Please sign in to comment.