No compile flag
This commit is contained in:
parent
a7bc42dd09
commit
8a543f79df
1 changed files with 5 additions and 0 deletions
5
.github/workflows/lint_and_test.yml
vendored
5
.github/workflows/lint_and_test.yml
vendored
|
|
@ -49,6 +49,11 @@ jobs:
|
|||
run: |
|
||||
docker compose exec -T phx mix deps.get && yarn install && cd assets && yarn install && cd ..
|
||||
|
||||
- name: Create and Migrate database
|
||||
run: |
|
||||
docker compose exec -T phx mix ecto.create --no-compile
|
||||
docker compose exec -T phx mix ecto.migrate --no-compile
|
||||
|
||||
- name: Run code checks
|
||||
run: docker compose exec -T phx mix check --no-fix --no-retry
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue