FIxed typo

This commit is contained in:
Kieran Eglin 2024-07-17 10:57:37 -07:00
parent fb107d7d33
commit 4937e56e16
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -43,7 +43,7 @@ jobs:
# See https://github.com/actions/runner/issues/241 and https://github.com/docker/compose/issues/8537
- name: Install Elixir and JS deps
run: |
docker compose exec -T phx phx mix deps.get && yarn install && cd assets && yarn install && cd ..
docker compose exec -T phx mix deps.get && yarn install && cd assets && yarn install && cd ..
- name: Create and Migrate database
run: |