Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 14, 2024
1 parent c73515f commit 726893b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
- name: summary
if: always()
run: ruby spec/support/spec_summary.rb
- name: 'Upload Test Screenshots'
uses: actions/upload-artifact@v4
with:
name: my-artifact
path: tmp/capybara/*
retention-days: 7

0 comments on commit 726893b

Please sign in to comment.