diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d98f0c14..3ca8c457 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: - name: Run tests run: | docker-compose up -d - docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rake db:create db:schema:load && RAILS_ENV=test bundle exec rails test' + docker-compose run webapp sh -c 'RAILS_ENV=test bundle exec rails test'