Removed step

This commit is contained in:
Kieran Eglin 2024-07-17 11:43:32 -07:00
parent a5b9309f88
commit a7bc42dd09
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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