ci: cache

This commit is contained in:
MDLeom 2022-01-26 04:09:56 +00:00
parent d58c08c132
commit f54586a5bb
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ image: node:lts-alpine
include:
- template: Security/Secret-Detection.gitlab-ci.yml
cache:
paths:
- node_modules/
# Only run pipeline when scheduled or "Run pipeline" in the main branch
workflow:
rules: