Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 authored Mar 27, 2021
1 parent b2a48c7 commit c4c4619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
wait-on: 'http://localhost:8080'
- name: Archive test results
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-results
path: cypress/screenshots/*
retention-days: 5

0 comments on commit c4c4619

Please sign in to comment.