mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Update build.yml
This commit is contained in:
parent
b62819e3fb
commit
2b57cc6be8
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
npx cypress cache path
|
||||
npx cypress cache list
|
||||
env:
|
||||
CYPRESS_CACHE_FOLDER: .cache/Cypress
|
||||
CYPRESS_CACHE_FOLDER: $GITHUB_WORKSPACE/.cache/Cypress
|
||||
|
||||
- name: Run Build
|
||||
run: yarn build
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
yarn e2e
|
||||
env:
|
||||
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
|
||||
CYPRESS_CACHE_FOLDER: .cache/Cypress
|
||||
CYPRESS_CACHE_FOLDER: $GITHUB_WORKSPACE/.cache/Cypress
|
||||
|
||||
- name: Post Upload Test Results
|
||||
uses: coverallsapp/github-action@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user