mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore: cypress set up tweaks (#31926)
This commit is contained in:
committed by
GitHub
parent
a02a2f5a96
commit
dfb9af36df
2
.github/workflows/superset-e2e.yml
vendored
2
.github/workflows/superset-e2e.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
run: cypress-run-all ${{ env.USE_DASHBOARD }}
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
if: github.event_name == 'workflow_dispatch' && (steps.check.outputs.python || steps.check.outputs.frontend)
|
||||
if: failure()
|
||||
with:
|
||||
path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots
|
||||
name: cypress-artifact-${{ github.run_id }}-${{ github.job }}
|
||||
|
||||
Reference in New Issue
Block a user