Skip to content

Commit

Permalink
Call test_prepare script directly without mix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Sep 3, 2023
1 parent ef75d3e commit c3a3338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a3338

Please sign in to comment.