diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 46c066a..c190a27 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -37,6 +37,8 @@ jobs: path: ${{ github.workspace }}/memex/target/site/jacoco - name: JaCoCo Report + if: github.repository == 'ifeelgood/MongoEnterpriseMicroserviceExamples' + continue-on-error: true uses: Madrapps/jacoco-report@v1.7.2 with: # Comma separated paths of the generated jacoco xml files (supports wildcard glob pattern) diff --git a/memex/src/test/resources/application-test.properties b/memex/src/test/resources/application-test.properties index 17d0dc0..e2e9aa5 100644 --- a/memex/src/test/resources/application-test.properties +++ b/memex/src/test/resources/application-test.properties @@ -1,7 +1,6 @@ #Keep this empty if you want tests to use Mongo test container -#spring.data.mongodb.uri=mongodb://localhost:63650 spring.data.mongodb.uri= -spring.data.mongodb.database=memextest +spring.data.mongodb.database=memex memex.kafkaexmple.enabled=true # To run tests against non-local environment, override memex.base-url with the actual URL of the server under test.