mirror of https://github.com/rails/rails
Add step to keep screenshots of failed system tests
This commit is contained in:
parent
57536e5379
commit
a8dcfbde95
|
@ -103,3 +103,10 @@ jobs:
|
|||
<%- end -%>
|
||||
# REDIS_URL: redis://localhost:6379/0
|
||||
run: bin/rails db:setup test test:system
|
||||
|
||||
- name: Keep screenshots from failed system tests
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: screenshots
|
||||
path: ${{ github.workspace }}/tmp/screenshots
|
||||
|
|
Loading…
Reference in New Issue