Skip to content

Commit

Permalink
fix: add sourcing of docker.env
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Jul 27, 2020
1 parent 1a08209 commit 66838ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker-compose up --build --exit-code-from web
run: |
source docker.env
docker-compose up --build --exit-code-from web
- name: Run StandardRB
run: docker-compose run --rm web bundle exec standardrb --format progress

0 comments on commit 66838ac

Please sign in to comment.