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

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

Disable maven cache for npm jobs

parent 74f12a2c
Branches
2 merge requests!105Preparing März Release,!95Improve pipeline
......@@ -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