mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Cache node_modules
So we don't need to download everything on every CI run
This commit is contained in:
@@ -5,6 +5,10 @@ go:
|
||||
|
||||
go_import_path: github.com/cloudflare/unsee
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
env:
|
||||
- NODE_ENV=test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user