mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 10:20:06 +02:00
adj
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -20,18 +20,7 @@ jobs:
|
||||
- name: Install Yarn
|
||||
run: npm i yarn --global
|
||||
|
||||
- name: Cache Node Modules
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.cache/yarn
|
||||
key: ${{ runner.OS }}-node-${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
- name: Install Packages
|
||||
run: |
|
||||
yarn config set cache-folder ~/.cache/yarn
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
- name: Install Cypress
|
||||
- name: Install Dependencies
|
||||
uses: cypress-io/github-action@v1
|
||||
with:
|
||||
runTests: false
|
||||
|
Reference in New Issue
Block a user