Skip to content

Commit

Permalink
Make sure to clean test build
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 13, 2024
1 parent f93a1f9 commit 2b55cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:

- name: Run unit tests
run: |
mix clean
MIX_ENV=test mix clean
mix test
- name: Run unit tests with persistent_term backend
run: |
mix clean
MIX_ENV=test mix clean
mix test
env:
SCHEMA_PROVIDER: persistent_term
Expand Down

0 comments on commit 2b55cfa

Please sign in to comment.