Skip to content

Commit

Permalink
Remove bogus reference to 'web' docker-compose service
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Oct 20, 2023
1 parent b318192 commit a856cfb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ github.token }}


# This is a workflow that assumes you have ruby containers in
# docker-compose.yml called 'web' and 'test', and that docker-compose run
# test will run your tests and generate coverage.

- name: Set up tests
- name: Set up tests
run: |
docker-compose build
docker-compose run web bundle install
docker-compose run test bundle install
- name: Run standardrb
run: docker-compose run test bundle exec standardrb
Expand Down

0 comments on commit a856cfb

Please sign in to comment.