Fix cache for CI/CD
This commit is contained in:
parent
8862f69d66
commit
3975ec8ce4
@ -14,15 +14,12 @@ steps:
|
|||||||
mount:
|
mount:
|
||||||
- ./node_modules
|
- ./node_modules
|
||||||
|
|
||||||
# Other branches
|
|
||||||
- name: install depends
|
- name: install depends
|
||||||
image: node:18
|
image: node:18
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
exclude:
|
|
||||||
- main
|
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
|
|
||||||
|
# Other branches
|
||||||
- name: test
|
- name: test
|
||||||
image: node:18
|
image: node:18
|
||||||
when:
|
when:
|
||||||
|
Reference in New Issue
Block a user