1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Updated config.yml

This commit is contained in:
Daniel Barber 2023-02-12 13:13:43 -06:00
parent 2b39d02fee
commit 9920d8955e

View File

@ -5,13 +5,13 @@ orbs:
jobs:
build:
working_directory: ~/
docker:
- image: cimg/elixir:1.14-browsers
- image: cimg/postgres:14.6
steps:
- browser-tools/install-chrome
- browser-tools/install-chromedriver
- checkout
- browser-tools/install-browser-tools
- run:
name: Install hex
command: mix local.hex --force