mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
Merge remote-tracking branch 'origin/chris579-patch-1' into chris579-patch-1
This commit is contained in:
commit
6420ad9f69
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x]
|
||||
browser: [chrome]
|
||||
browser: [chrome, firefox]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@ -58,12 +58,15 @@ jobs:
|
||||
- uses: cypress-io/github-action@v1
|
||||
with:
|
||||
browser: ${{ matrix.browser }}
|
||||
group: ${{ matrix.browser }}
|
||||
headless: true
|
||||
command-prefix: 'percy exec -- npx'
|
||||
start: yarn dev
|
||||
wait-on: 'http://localhost:9000'
|
||||
install: false
|
||||
working-directory: cypress
|
||||
parallel: true
|
||||
parallelism: 4
|
||||
env:
|
||||
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user