Merge pull request #1258 from mermaid-js/actions-fix

Actions fix
This commit is contained in:
Christian Klemm 2020-02-16 15:54:55 +01:00 committed by GitHub
commit 7812fdb6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 338 additions and 250 deletions

View File

@ -30,7 +30,7 @@ jobs:
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile
env:
CYPRESS_CACHE_FOLDER: ../../.cache/Cypress
CYPRESS_CACHE_FOLDER: .cache/Cypress
- name: Run Build
run: yarn build

View File

@ -69,7 +69,7 @@
"coveralls": "^3.0.2",
"css-loader": "^2.0.1",
"css-to-string-loader": "^0.1.3",
"cypress": "*",
"cypress": "3.4.0",
"documentation": "^12.0.1",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.3.0",

584
yarn.lock

File diff suppressed because it is too large Load Diff