From c3a333848006955e6fc5ff785157c43ecc19ae41 Mon Sep 17 00:00:00 2001 From: Alisina Bahadori Date: Sun, 3 Sep 2023 02:09:22 -0400 Subject: [PATCH] Call test_prepare script directly without mix --- .github/workflows/elixir.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index d5d6ecf..e8e4227 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -60,9 +60,7 @@ jobs: run: ganache --wallet.deterministic & - name: Prepare for tests - run: mix test_prepare - env: - MIX_ENV: dev + run: elixir test/test_prepare.exs - name: Run tests run: mix coveralls.github