Skip to content

Commit

Permalink
archive test results
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Mar 27, 2021
1 parent 6bd73ff commit d1e60b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ jobs:
with:
start: npm run serve
wait-on: 'http://localhost:8080'
- name: Archive test results
uses: actions/upload-artifact@v2
with:
name: cypress-results
path: cypress/screenshots/*

0 comments on commit d1e60b7

Please sign in to comment.