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:22:57 -06:00
parent 600bb75a2e
commit 3f4363fdab

View File

@ -20,11 +20,6 @@ jobs:
- run:
name: Install mix deps
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
@ -33,4 +28,3 @@ workflows:
build-workflow:
jobs:
- build
- test