mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Update CircleCI config
This commit is contained in:
parent
fd47bf7d5d
commit
5913b65ca8
1 changed files with 5 additions and 1 deletions
|
|
@ -10,11 +10,15 @@ jobs:
|
||||||
- image: cimg/ruby:3.3.4
|
- image: cimg/ruby:3.3.4
|
||||||
environment:
|
environment:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
- image: cimg/postgres:13.3
|
- image: cimg/postgres:14.0
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_DB: test_database
|
POSTGRES_DB: test_database
|
||||||
POSTGRES_PASSWORD: mysecretpassword
|
POSTGRES_PASSWORD: mysecretpassword
|
||||||
|
POSTGRES_INITDB_ARGS: --enable-debug --data-checksums --encoding=UTF8 --lc-collate=C --lc-ctype=C
|
||||||
|
command: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y postgis postgresql-14-postgis-3
|
||||||
- image: redis:7.0
|
- image: redis:7.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue