Skip to content

Commit

Permalink
build(gitlab): Execute all tests even if some fail
Browse files Browse the repository at this point in the history
  • Loading branch information
CLOVIS-AI committed Jun 17, 2023
1 parent 479fd2c commit 771f8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test-jvm:
MONGO_INITDB_ROOT_PASSWORD: "development-password"

script:
- "./gradlew jvmTest backend:test mongo:test remote-server:test koverMergedVerify koverMergedReport"
- "./gradlew jvmTest backend:test mongo:test remote-server:test koverMergedVerify koverMergedReport --continue"
- mkdir -p kover
- mv build/reports/kover/merged/html/* kover

Expand Down Expand Up @@ -184,7 +184,7 @@ test-js:
needs: [ chromium:build ]

script:
- "./gradlew jsBrowserTest"
- "./gradlew jsBrowserTest --continue"

after_script:
- mkdir -p test-output
Expand Down

0 comments on commit 771f8b7

Please sign in to comment.