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