Skip to content

Commit

Permalink
Enabled artifacts for failing tests (apache#11584)
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-stasiak-polidea authored Nov 10, 2020
1 parent cf86889 commit 777a84c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ jobs:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
with:
run: cypress-run-all
- name: Upload Artifacts
uses: actions/upload-artifact@v2
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots

0 comments on commit 777a84c

Please sign in to comment.