diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1e1a825..2df1229 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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