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
2b39d02fee
commit
9920d8955e
@ -5,13 +5,13 @@ orbs:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
working_directory: ~/
|
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/elixir:1.14-browsers
|
- image: cimg/elixir:1.14-browsers
|
||||||
- image: cimg/postgres:14.6
|
- image: cimg/postgres:14.6
|
||||||
steps:
|
steps:
|
||||||
|
- browser-tools/install-chrome
|
||||||
|
- browser-tools/install-chromedriver
|
||||||
- checkout
|
- checkout
|
||||||
- browser-tools/install-browser-tools
|
|
||||||
- run:
|
- run:
|
||||||
name: Install hex
|
name: Install hex
|
||||||
command: mix local.hex --force
|
command: mix local.hex --force
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user