Skip to content

Commit

Permalink
fix container root
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelincoln committed Apr 18, 2021
1 parent cadacb7 commit f082fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docker build --target build --build-arg MIX_ENV=test --cache-from docker.pkg.github.com/felipelincoln/branchpage/dev-cache:latest --tag branchpage:latest .
- name: Start container
run: docker-compose run -d -e MIX_ENV=test -e CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} -v /app/deps -v /app/_build --name branchpage web /bin/sh
run: docker-compose run -d -e MIX_ENV=test -e CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }} -v /branchpage/deps -v /branchpage/_build --name branchpage web /bin/sh

- name: Code format
run: docker exec branchpage mix format --check-formatted
Expand Down

0 comments on commit f082fd1

Please sign in to comment.