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

Skip to content
Snippets Groups Projects
Commit 01086f50 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing

parent 31ee5223
Branches
Tags
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -4,7 +4,7 @@ cache: ...@@ -4,7 +4,7 @@ cache:
key: '$CI_COMMIT_REF_NAME' key: '$CI_COMMIT_REF_NAME'
paths: paths:
- .maven/ - .maven/
- node_modules/ - .npm/
stages: stages:
# - lint # - lint
# - build # - build
...@@ -18,6 +18,7 @@ stages: ...@@ -18,6 +18,7 @@ stages:
before_script: before_script:
- export NG_CLI_ANALYTICS="false" - export NG_CLI_ANALYTICS="false"
- export MAVEN_USER_HOME=`pwd`/.maven - export MAVEN_USER_HOME=`pwd`/.maven
- npm ci --cache .npm --prefer-offline
# pmdCheckstylePrettierLint: # pmdCheckstylePrettierLint:
# stage: lint # stage: lint
...@@ -88,7 +89,7 @@ frontend-test: ...@@ -88,7 +89,7 @@ frontend-test:
stage: test stage: test
cache: {} cache: {}
script: script:
- npm install # - npm install
- npm test - npm test
artifacts: artifacts:
reports: reports:
......
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