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/