Skip to content

Commit

Permalink
Remove spec selector
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 19, 2024
1 parent a964af6 commit a871a68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ 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 @@ -98,8 +96,6 @@ 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

0 comments on commit a871a68

Please sign in to comment.