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