mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Remove spec selector
This commit is contained in:
parent
a964af67ec
commit
a871a68f3c
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user