Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
4dc75d9b0f
commit
da8e9dda00
6
.github/workflows/Continues Integration.yaml
vendored
6
.github/workflows/Continues Integration.yaml
vendored
@ -13,10 +13,14 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: ztimson/actions/git/checkout@develop
|
uses: ztimson/actions/git/checkout@develop
|
||||||
|
|
||||||
|
- name: Restore cache
|
||||||
|
uses: ztimson/actions/cache/restore@develop
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- uses: ztimson/actions/cache/store@develop
|
- name: Cache node_modules
|
||||||
|
uses: ztimson/actions/cache/store@develop
|
||||||
with:
|
with:
|
||||||
pattern: node_modules/*
|
pattern: node_modules/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user