Remove spec selector

This commit is contained in:
Sidharth Vinod 2024-01-19 19:05:06 +05:30
parent a964af67ec
commit a871a68f3c
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 0 additions and 4 deletions

View File

@ -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
@ -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