mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Updated config.yml
This commit is contained in:
parent
fd6a652225
commit
600bb75a2e
@ -7,7 +7,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/elixir:1.14-browsers
|
- image: cimg/elixir:1.14-browsers
|
||||||
- image: cimg/postgres:14.6
|
|
||||||
steps:
|
steps:
|
||||||
- browser-tools/install-chrome
|
- browser-tools/install-chrome
|
||||||
- browser-tools/install-chromedriver
|
- browser-tools/install-chromedriver
|
||||||
@ -21,8 +20,17 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Install mix deps
|
name: Install mix deps
|
||||||
command: mix deps.get
|
command: mix deps.get
|
||||||
|
test:
|
||||||
|
docker:
|
||||||
|
- image: cimg/elixir:1.14-browsers
|
||||||
|
- image: cimg/postgres:14.6
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
name: Run tests
|
||||||
|
command: mix test
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
build-workflow:
|
build-workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- build
|
||||||
|
- test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user