diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 119919d..4fcbcf2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,11 +37,3 @@ jobs: RAILS_ENV: test DATABASE_URL: postgres://postgres:postgres@localhost:5432 run: bin/rails db:setup spec - - - name: Keep screenshots from failed system tests - uses: actions/upload-artifact@v4 - if: failure() - with: - name: screenshots - path: ${{ github.workspace }}/tmp/capybara - if-no-files-found: ignore