Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Oct 2, 2024
1 parent a5b0ab2 commit 5bd4c84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}
Expand Down

0 comments on commit 5bd4c84

Please sign in to comment.