From 5bd4c84a134163454685ec48f982d87d0739fb5e Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 2 Oct 2024 15:27:07 +0300 Subject: [PATCH] chore: refactor --- .github/workflows/e2e-cypress.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-cypress.yml b/.github/workflows/e2e-cypress.yml index 73f37896de182..1f13cc1f1fb34 100644 --- a/.github/workflows/e2e-cypress.yml +++ b/.github/workflows/e2e-cypress.yml @@ -6,9 +6,6 @@ env: CYPRESS_BASELINE_REPO: 'baseline' CYPRESS_RESULTS_FOLDER: 'projects/demo-cypress/tests-results' CYPRESS_BASELINE_SNAPSHOTS: 'projects/demo-cypress/tests-results/snapshots/baseline' - CYPRESS_SNAPSHOTS_ARTIFACTS_KEY: - 'cypress-e2e-artifacts--${{ github.event.pull_request.head.sha || github.sha }}-${{ github.run_id }}-${{ - github.event.number }}' jobs: cypress: @@ -29,6 +26,8 @@ jobs: tree -d -L 1 tree -d ${{ env.CYPRESS_BASELINE_REPO }} -L 1 + - run: tree ${{env.CYPRESS_CACHE_FOLDER}} -L 4 + - name: Run tests for baseline state run: | cd ${{ env.CYPRESS_BASELINE_REPO }}