Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
a5ca7d8f04
commit
415d176946
6
.github/workflows/Continues Integration.yaml
vendored
6
.github/workflows/Continues Integration.yaml
vendored
@ -16,11 +16,9 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- uses: ztimson/actions/tar/compress@develop
|
- uses: ztimson/actions/cache/store@develop
|
||||||
with:
|
with:
|
||||||
pattern: node_modules/*
|
pattern: node_modules
|
||||||
- run: ls
|
|
||||||
- run: mv archive.tar.gz /cache/
|
|
||||||
|
|
||||||
build-dev:
|
build-dev:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user