Skip to content

Commit

Permalink
chore(ci): remove screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Jan 19, 2025
1 parent 928dc2d commit cebb44a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cebb44a

Please sign in to comment.