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
|
||||
run: npm install
|
||||
|
||||
- uses: ztimson/actions/tar/compress@develop
|
||||
- uses: ztimson/actions/cache/store@develop
|
||||
with:
|
||||
pattern: node_modules/*
|
||||
- run: ls
|
||||
- run: mv archive.tar.gz /cache/
|
||||
pattern: node_modules
|
||||
|
||||
build-dev:
|
||||
name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user