This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit f582cbbb authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Disable maven cache for npm jobs

parent 735abf82
Branches
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -24,6 +24,7 @@ checkstyle:
prettier:
stage: lint
cache: {}
script:
- npm install
- npm run prettier:check
......@@ -32,6 +33,7 @@ prettier:
eslint:
stage: lint
cache: {}
script:
- npm install
# eslint exits 0 on warnings, this is a workaround to exit 1 when warnings are present.
......@@ -79,6 +81,7 @@ maven-test:
frontend-test:
stage: test
cache: {}
script:
- npm install
- npm test
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment