Skip to content

Commit 6bf3fca

Browse files
committed
run dialyzer at the very end
1 parent 0d8cb1f commit 6bf3fca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/elixir.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ jobs:
7272
- name: Compile without warnings
7373
run: mix compile --warnings-as-errors
7474

75+
- name: Check formatting
76+
run: mix format --check-formatted
77+
78+
- name: Run tests
79+
run: mix test
80+
7581
- name: Restore PLT cache
7682
id: plt_cache
7783
uses: actions/cache/restore@v3
@@ -99,9 +105,3 @@ jobs:
99105
100106
- name: Run dialyzer
101107
run: mix dialyzer --format github --format dialyxir
102-
103-
- name: Check formatting
104-
run: mix format --check-formatted
105-
106-
- name: Run tests
107-
run: mix test

0 commit comments

Comments
 (0)