This commit is contained in:
Christian Klemm
2020-02-16 19:54:29 +01:00
committed by GitHub
parent 6420ad9f69
commit c7466f7a1a

View File

@@ -20,18 +20,7 @@ jobs:
- name: Install Yarn - name: Install Yarn
run: npm i yarn --global run: npm i yarn --global
- name: Cache Node Modules - name: Install Dependencies
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
uses: cypress-io/github-action@v1 uses: cypress-io/github-action@v1
with: with:
runTests: false runTests: false