Enabled artifacts for failing tests (#11584)

This commit is contained in:
adam-stasiak-polidea
2020-11-10 21:42:54 +01:00
committed by GitHub
parent cf868891be
commit 777a84cdbf

View File

@@ -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