We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a65e0 commit 30e5ccfCopy full SHA for 30e5ccf
1 file changed
.github/workflows/master.yml
@@ -91,13 +91,19 @@ jobs:
91
run: yarn test
92
working-directory: ./services/app
93
94
+ - name: Compile
95
+ run: mix compile
96
+ working-directory: ./services/app
97
+ env:
98
+ MIX_ENV: test
99
+
100
- name: Setup db
101
run: mix ecto.create && mix ecto.migrate
102
103
env:
104
MIX_ENV: test
105
- - name: TEST
106
+ - name: Mix tests
107
run: make test
108
109
0 commit comments