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

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

testing

parent 199be255
Branches
5 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests,!125Publish docker image,!119Publish docker image
......@@ -18,8 +18,7 @@ stages:
before_script:
- export NG_CLI_ANALYTICS="false"
- export MAVEN_USER_HOME=`pwd`/.maven
- npm install
- npm ci --cache .npm --prefer-offline
# - npm ci --cache .npm --prefer-offline
# pmdCheckstylePrettierLint:
# stage: lint
......@@ -110,13 +109,13 @@ e2e-test:
# dependencies:
# - frontend-test
script:
# - apt-get update
# - apt-get install -y default-jre
- npm install
- apt-get update
- apt-get install -y default-jre
# - apt install -y snapd
# - snap install chromium --beta
# - apt-get update
- export JHI_E2E_HEADLESS=true
- apt-get install default-jre
- npm run e2e
# sonar-analyze:
# stage: analyze
......
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