mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-31 14:16:42 +02:00
updated workflow file
This commit is contained in:
5
.github/workflows/applitools-tests.yml
vendored
5
.github/workflows/applitools-tests.yml
vendored
@@ -49,9 +49,12 @@ jobs:
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
- name: Start server
|
||||
run: pnpm dev
|
||||
|
||||
- name: Run Cypress with Applitools
|
||||
# If you use eyes-cypress runner, switch to `pnpm dlx eyes-cypress run`
|
||||
run: pnpm dev && pnpm cypress run --spec "cypress/integration/rendering/appli.spec.js"
|
||||
run: pnpm cypress run --spec "cypress/integration/rendering/appli.spec.js"
|
||||
env:
|
||||
# ensure these are visible to Cypress + Applitools
|
||||
APPLITOOLS_API_KEY: ${{ secrets.APPLITOOLS_API_KEY }}
|
||||
|
Reference in New Issue
Block a user