mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
debug
This commit is contained in:
parent
1e1a6e3a2d
commit
beb1fcc176
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10.x, 12.x]
|
||||
env:
|
||||
CYPRESS_CACHE_FOLDER: ~/work/${{ github.repository }}/.cache/Cypress
|
||||
#env:
|
||||
# CYPRESS_CACHE_FOLDER: ~/work/${{ github.repository }}/.cache/Cypress
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@ -31,7 +31,10 @@ jobs:
|
||||
run: |
|
||||
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
|
||||
yarn install --frozen-lockfile
|
||||
ls -a ~/.cache/Cypress
|
||||
ls -a $GITHUB_WORKSPACE/.cache/Cypress
|
||||
exit 1
|
||||
env:
|
||||
CYPRESS_CACHE_FOLDER: .cache/Cypress
|
||||
|
||||
- name: Run Build
|
||||
run: yarn build
|
||||
|
Loading…
x
Reference in New Issue
Block a user