diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 18fc4bb..1fb435d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -66,7 +66,7 @@ jobs: - name: Run Specmatic Insights Github Build Reporter working-directory: . run: | - npx specmatic-insights-github-build-reporter --specmatic-insights-host https://20d4-103-163-106-75.ngrok-free.app --specmatic-coverage ./build/reports/specmatic/coverage_report.json + # npx specmatic-insights-github-build-reporter --specmatic-insights-host https://20d4-103-163-106-75.ngrok-free.app --specmatic-coverage ./build/reports/specmatic/coverage_report.json cat ./build/reports/specmatic/stub_usage_report.json # npx specmatic-insights-github-build-reporter --specmatic-insights-host https://20d4-103-163-106-75.ngrok-free.app --specmatic-stub-usage ./build/reports/specmatic/stub_usage_report.json env: