From 3f4363fdaba6b850f370d6c22a0d5cd1e64ef100 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 12 Feb 2023 13:22:57 -0600 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6727c0..d23c218 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,17 +20,11 @@ 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 + name: Run tests + command: mix test workflows: build-workflow: jobs: - - build - - test + - build \ No newline at end of file