Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
bundle exec rspec --exclude-pattern "spec/system/**/*_spec.rb" --format documentation

- name: Upload unit test coverage
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: unit-coverage
path: coverage/
Expand Down Expand Up @@ -127,14 +127,14 @@ jobs:
bundle exec rspec spec/system --format documentation

- name: Upload E2E test coverage
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: e2e-coverage
path: coverage/
retention-days: 7

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: failure()
with:
name: screenshots
Expand Down