Skip to content

Commit 30e5ccf

Browse files
author
vtm9
committed
Improve ci
1 parent f9a65e0 commit 30e5ccf

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,19 @@ jobs:
9191
run: yarn test
9292
working-directory: ./services/app
9393

94+
- name: Compile
95+
run: mix compile
96+
working-directory: ./services/app
97+
env:
98+
MIX_ENV: test
99+
94100
- name: Setup db
95101
run: mix ecto.create && mix ecto.migrate
96102
working-directory: ./services/app
97103
env:
98104
MIX_ENV: test
99105

100-
- name: TEST
106+
- name: Mix tests
101107
run: make test
102108
env:
103109
MIX_ENV: test

0 commit comments

Comments
 (0)