Skip to content

Commit

Permalink
Removed db-related steps from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed May 22, 2024
1 parent 563a72d commit 97ea620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
docker compose exec -T phx yarn install && cd assets && yarn install && cd ..
docker compose exec -T phx mix deps.get
- name: Create and Migrate database
run: |
docker compose exec -T phx mix ecto.create --no-compile --no-deps-check
docker compose exec -T phx mix ecto.migrate --no-compile --no-deps-check
# - name: Create and Migrate database
# run: |
# docker compose exec -T phx mix ecto.create --no-compile --no-deps-check
# docker compose exec -T phx mix ecto.migrate --no-compile --no-deps-check

- name: Run code checks
run: docker compose exec -T phx mix check --no-fix --no-retry

0 comments on commit 97ea620

Please sign in to comment.