Skip to content

Commit

Permalink
Merge pull request #1258 from mermaid-js/actions-fix
Browse files Browse the repository at this point in the history
Actions fix
  • Loading branch information
klemmchr committed Feb 16, 2020
2 parents 3dd0c53 + 4eeb2a0 commit 7812fdb
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading

0 comments on commit 7812fdb

Please sign in to comment.