Skip to content

Commit

Permalink
check file path
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 19, 2024
1 parent 1e73199 commit 6b21a39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
start: pnpm run dev
wait-on: 'http://localhost:9000'
browser: chrome
spec:
cypress/integration/rendering/sequencediagram.spec.js

e2e:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -96,6 +98,8 @@ jobs:
# e.g. if this action was run from a fork
record: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
spec:
cypress/integration/rendering/sequencediagram.spec.js
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
VITEST_COVERAGE: true
Expand Down Expand Up @@ -135,6 +139,9 @@ jobs:
pattern: snapshots-*
merge-multiple: true

- run: |
ls -la
ls -la snapshots
# For successful push events, we save the snapshots cache
- name: Save snapshots cache
id: cache-upload
Expand Down

0 comments on commit 6b21a39

Please sign in to comment.