mirror of
https://github.com/mermaid-js/mermaid-live-editor.git
synced 2025-03-18 17:16:21 +03:00
Fix cypress
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -30,10 +30,9 @@ jobs:
|
||||
node-version: 16
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Build, Lint & Test
|
||||
- name: Lint & Test
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
yarn lint
|
||||
yarn test:unit
|
||||
|
||||
@@ -42,7 +41,7 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v3
|
||||
with:
|
||||
install: false
|
||||
build: yarn build
|
||||
start: yarn preview
|
||||
wait-on: 'http://localhost:3000'
|
||||
record: true
|
||||
|
||||
Reference in New Issue
Block a user