fix the e2e GHA

This commit is contained in:
Maxime Beauchemin
2025-05-13 22:37:35 -07:00
parent b9710f947c
commit 6fe8a54b6f

View File

@@ -142,4 +142,4 @@ jobs:
if: failure()
with:
path: ${{ github.workspace }}/superset-frontend/cypress-base/cypress/screenshots
name: cypress-artifact-${{ github.run_id }}-${{ github.job }}-${{ matrix.browser }}-${{ matrix.parallel_id }}--${{ format('{0}', matrix.app_root) | replace('/', '_') }}
name: cypress-artifact-${{ github.run_id }}-${{ github.job }}-${{ matrix.browser }}-${{ matrix.parallel_id }}-${{ replace(matrix.app_root, '/', '_') }}