mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
ci(e2e): remove headless
arg from cypress run
Since [cypress-io/github-action v4.0.1][1], the headless argument no longer exists. Since Cypress v8.0.0, it didn't do anything, since this was the default behaviour. [1]: https://github.com/cypress-io/github-action/releases/tag/v4.0.1
This commit is contained in:
parent
5cfbc9102e
commit
30f6550e61
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
@ -39,6 +39,5 @@ jobs:
|
||||
# e.g. if this action was run from a fork
|
||||
record: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
|
||||
parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
|
||||
headless: true
|
||||
env:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user