mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Add postgresql
This commit is contained in:
parent
ae08c4c0dc
commit
90be7f2dd2
@ -7,12 +7,20 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/elixir:1.14-browsers
|
- image: cimg/elixir:1.14-browsers
|
||||||
|
- image: circleci/postgres:14.6-alpine
|
||||||
|
working_directory: ~/project
|
||||||
steps:
|
steps:
|
||||||
- browser-tools/install-browser-tools
|
- browser-tools/install-browser-tools
|
||||||
- checkout
|
- checkout
|
||||||
- run: mix --version
|
- run:
|
||||||
- run: mix deps.get
|
name: Install hex
|
||||||
- run: mix test
|
command: mix local.hex --force
|
||||||
|
- run:
|
||||||
|
name: Install rebar
|
||||||
|
command: mix local.rebar --force
|
||||||
|
- run:
|
||||||
|
name: Install mix deps
|
||||||
|
command: mix deps.get
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-workflow:
|
build-workflow:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user