Skip to content
Snippets Groups Projects
Commit 23a72f88 authored by feld's avatar feld
Browse files

Try to cache between lint/test and build stages

parent b7096ff9
No related branches found
No related tags found
1 merge request!79Try to cache between lint/test and build stages
Pipeline #36389 canceled
......@@ -2,6 +2,17 @@
# https://hub.docker.com/r/library/node/tags/
image: node:15.0.1
cache:
key:
files:
- package.json
- yarn.lock
untracked: true
paths:
- lib/ember-cli-kss/node_modules/
- lib/ember-cli-sassdoc/node_modules/
- node_modules/
stages:
- test
- build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment