Update .github/workflows/Continues Integration.yaml
Some checks failed
Some checks failed
This commit is contained in:
parent
12b89dbb1a
commit
3bc5b87593
5
.github/workflows/Continues Integration.yaml
vendored
5
.github/workflows/Continues Integration.yaml
vendored
@ -16,7 +16,10 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- run: mv node_modules /cache/
|
- uses: ztimson/actions/tar/compress@develop
|
||||||
|
with:
|
||||||
|
pattern: node_modules/*
|
||||||
|
- run: mv archive.tar.gz /cache/
|
||||||
|
|
||||||
build-dev:
|
build-dev:
|
||||||
name: Build
|
name: Build
|
||||||
|
Loading…
Reference in New Issue
Block a user