Skip to content

Commit

Permalink
Remove unsupport mix option from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
corka149 committed May 12, 2022
1 parent e40749f commit 8fecc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: mix deps.get
- name: Run Tests
run: MIX_ENV=test mix do compile --warnings-as-errors, test --warnings-as-errors
run: mix test

# mutation tests
test-mutation:
Expand Down

0 comments on commit 8fecc92

Please sign in to comment.