Removed other thing
This commit is contained in:
parent
c2f33dcb3f
commit
3d0fb7f92b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/lint_and_test.yml
vendored
4
.github/workflows/lint_and_test.yml
vendored
|
|
@ -51,8 +51,8 @@ jobs:
|
|||
|
||||
- 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
|
||||
docker compose exec -T phx mix ecto.create
|
||||
docker compose exec -T phx mix ecto.migrate
|
||||
|
||||
- name: Run code checks
|
||||
run: docker compose exec -T phx mix check --no-fix --no-retry
|
||||
|
|
|
|||
Loading…
Reference in a new issue