From d03d53a9bbe2e163aa49778cba7b666f1456eb9f Mon Sep 17 00:00:00 2001 From: Nahuel Date: Thu, 26 Jan 2023 18:46:19 +0100 Subject: [PATCH] Fix: configuration of Push Results in PR to Sonar step on py-test GH (#9945) --- .github/workflows/py-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index d0c81ee6f85..db02859bb05 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -121,7 +121,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.INGESTION_SONAR_SECRET }} - projectBaseDir: ingestion/ with: attempt_limit: 3 attempt_delay: 10000 @@ -134,3 +133,4 @@ jobs: -Dsonar.pullrequest.github.repository=OpenMetadata -Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} -Dsonar.pullrequest.provider=github + projectBaseDir: ingestion/