Apparently you have to get back into the root after commands

This commit is contained in:
Kieran Eglin 2024-01-19 23:33:32 -08:00
parent 8d82ff5d65
commit f1b29c8bbb
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

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