diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed3ce787..97f98789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: RAILS_ENV: test DATABASE_URL: postgres://postgres:postgres@localhost:5432 # REDIS_URL: redis://localhost:6379/0 - run: bin/rails db:test:prepare test test:system + run: bin/rails db:test:prepare && bin/rspec - name: Keep screenshots from failed system tests uses: actions/upload-artifact@v4