From 6fe8a54b6f7e52032d2f2580f90606edff709bc1 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 13 May 2025 22:37:35 -0700 Subject: [PATCH] fix the e2e GHA --- .github/workflows/superset-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index 53e9a4fd7fd..7eff7b0a16b 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -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, '/', '_') }}