Removed step
This commit is contained in:
parent
a5b9309f88
commit
a7bc42dd09
1 changed files with 1 additions and 5 deletions
6
.github/workflows/lint_and_test.yml
vendored
6
.github/workflows/lint_and_test.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
file: ./docker/dev.Dockerfile
|
||||
load: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
|
|
@ -48,11 +49,6 @@ 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
|
||||
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