ci: fix quality checks pipeline #5
@@ -72,9 +72,11 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: mix test
|
run: mix test
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_HOSTNAME: db
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
|
|
||||||
- name: Run precommit (should pass if all above passed)
|
- name: Run precommit (should pass if all above passed)
|
||||||
run: mix precommit
|
run: mix precommit
|
||||||
env:
|
env:
|
||||||
|
POSTGRES_HOSTNAME: db
|
||||||
POSTGRES_PASSWORD: postgres
|
POSTGRES_PASSWORD: postgres
|
||||||
Reference in New Issue
Block a user