From cebb44aa12bd5c90fcbb1464a49176924b615afb Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Sun, 19 Jan 2025 17:41:52 +0530 Subject: [PATCH] chore(ci): remove screenshot --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) 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