Skip to content

Commit

Permalink
Fix CI by building/running the same compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed Nov 7, 2023
1 parent 43d219f commit 8ad5031
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
- if: matrix.suite == 'app'
run: |
docker compose build --build-arg RUBY_VERSION=${{ matrix.ruby }} app
# docker compose run app bundle exec rake db:migrate
# docker compose run app-dev bin/standardrb
docker compose build --build-arg RUBY_VERSION=${{ matrix.ruby }} app-dev
docker compose run app-dev
# docker compose run api bin/cucumber
- if: matrix.suite == 'test'
run: |
docker compose build --build-arg RUBY_VERSION=${{ matrix.ruby }} app apache
Expand Down

0 comments on commit 8ad5031

Please sign in to comment.