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:08:13 -06:00
parent e8f5d82853
commit 2b39d02fee

View File

@ -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-browser-tools:
path: ~/
- 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