Skip to content

Commit

Permalink
Verify upload-artifact is causing error
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus committed Oct 14, 2024
1 parent 3526dcc commit 6bbe79b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:test:prepare test test:system

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
if-no-files-found: ignore
# - name: Keep screenshots from failed system tests
# uses: actions/upload-artifact@v4
# if: failure()
# with:
# name: screenshots
# path: ${{ github.workspace }}/tmp/screenshots
# if-no-files-found: ignore

0 comments on commit 6bbe79b

Please sign in to comment.