Skip to content

Commit 2bd148a

Browse files
committed
update CI
1 parent 1f6ff08 commit 2bd148a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/elixir.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
postgres:
4141
image: postgres:13.1
4242
env:
43+
POSTGRES_USER: postgres
4344
POSTGRES_PASSWORD: postgres
4445
options: >-
4546
--health-cmd pg_isready
@@ -132,12 +133,12 @@ jobs:
132133

133134
- run: mix tailwind.install
134135

136+
- run: mix compile --warnings-as-errors
137+
135138
- run: mix format --check-formatted
136139

137140
- run: mix deps.unlock --check-unused
138141

139142
- run: mix credo --strict
140143

141144
- run: mix dialyzer
142-
143-
- run: mix compile --warnings-as-errors

0 commit comments

Comments
 (0)