This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
4deb04cf
Commit
4deb04cf
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Testing revival of maven tests
parent
0755cbe2
2 merge requests
!91
Bringing JHipster7.6.0 to production
,
!88
Integrating Update to JHipster 7.6.0 back to Development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+21
-21
21 additions, 21 deletions
.gitlab-ci.yml
package-lock.json
+1
-1
1 addition, 1 deletion
package-lock.json
with
22 additions
and
22 deletions
.gitlab-ci.yml
+
21
−
21
View file @
4deb04cf
...
...
@@ -31,27 +31,27 @@ maven-compile:
-
target/generated-sources/
expire_in
:
1 day
#
maven-test:
#
# DinD service is required for Testcontainers
#
services:
#
- docker:dind
#
#
variables:
#
# Instruct Testcontainers to use the daemon of DinD.
#
DOCKER_HOST: 'tcp://docker:2375'
#
# Improve performance with overlayfs.
#
DOCKER_DRIVER: overlay2
#
#
stage: test
#
script:
#
- ./mvnw -ntp
verify
-P-webpack -Dmaven.repo.local=$MAVEN_USER_HOME
-Dspring.profiles.active=testcontainers
#
artifacts:
#
reports:
#
junit: target/test-results/**/TEST-*.xml
#
paths:
#
- target/test-results
#
- target/jacoco
#
expire_in:
1
day
maven-test
:
# DinD service is required for Testcontainers
#
services:
#
- docker:dind
variables
:
# Instruct Testcontainers to use the daemon of DinD.
DOCKER_HOST
:
'
tcp://docker:2375'
# Improve performance with overlayfs.
DOCKER_DRIVER
:
overlay2
stage
:
test
script
:
-
./mvnw -ntp
test
-P-webpack -Dmaven.repo.local=$MAVEN_USER_HOME
artifacts
:
reports
:
junit
:
target/test-results/**/TEST-*.xml
paths
:
-
target/test-results
-
target/jacoco
expire_in
:
7
day
s
frontend-test
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
1
−
1
View file @
4deb04cf
...
...
@@ -30649,7 +30649,7 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.1",
"webpack": "5.6
5
.0",
"webpack": "5.6
6
.0",
"webpack-dev-middleware": "5.2.2",
"webpack-dev-server": "4.6.0",
"webpack-merge": "5.8.0",
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment