diff --git a/.github/workflows/docker-CI.yml b/.github/workflows/docker-CI.yml index 724d802..e26fd78 100644 --- a/.github/workflows/docker-CI.yml +++ b/.github/workflows/docker-CI.yml @@ -24,7 +24,7 @@ jobs: - name: Copy properties file run: cp etc/i5.las2peer.services.mobsos.dataProcessing.MobSOSDataProcessingService.properties.sample etc/i5.las2peer.services.mobsos.dataProcessing.MobSOSDataProcessingService.properties - name: Run tests with Gradle - run: ./gradlew test + run: ./gradlew test --info --stacktrace build: needs: test runs-on: ubuntu-latest