Skip to content

Commit

Permalink
upload failed screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Sep 25, 2020
1 parent 047cdf0 commit 02250a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ jobs:
env:
CYPRESS_username: ${{ secrets.traQ_username }}
CYPRESS_password: ${{ secrets.traQ_password }}
- uses: actions/upload-artifact@v1
with:
name: failed-screenshots
path: ./tests/e2e/screenshots
if: ${{ failure() }}

0 comments on commit 02250a5

Please sign in to comment.