mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Add DB creds
This commit is contained in:
parent
6750ed3afc
commit
e77583392d
@ -7,7 +7,13 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/elixir:1.14-browsers
|
- image: cimg/elixir:1.14-browsers
|
||||||
|
environment:
|
||||||
|
PGUSER: postgres
|
||||||
|
PGPASSWORD: password
|
||||||
- image: cimg/postgres:14.6
|
- image: cimg/postgres:14.6
|
||||||
|
environment:
|
||||||
|
POSTGRES_USER: postgres
|
||||||
|
POSTGRES_PASSWORD: password
|
||||||
steps:
|
steps:
|
||||||
- browser-tools/install-chrome
|
- browser-tools/install-chrome
|
||||||
- browser-tools/install-chromedriver
|
- browser-tools/install-chromedriver
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user