diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08e6ea3..3555cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: push: - branches: [ main ] + branches: [main] jobs: lint: @@ -37,7 +37,7 @@ jobs: - name: Run tests env: RAILS_ENV: test - run: bin/rails db:test:prepare test + run: bin/rails test - name: Keep screenshots from failed system tests uses: actions/upload-artifact@v4 @@ -46,4 +46,3 @@ jobs: name: screenshots path: ${{ github.workspace }}/tmp/screenshots if-no-files-found: ignore -