We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50cd36 commit dca6a9bCopy full SHA for dca6a9b
.github/workflows/ci-test-go.yml
@@ -113,7 +113,7 @@ jobs:
113
env:
114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
115
with:
116
- projectBaseDir: "${{ inputs.project-directory == '' && 'testcontainers-go' || inputs.project-directory }}"
+ projectBaseDir: "${{ inputs.project-directory == '' && '.' || inputs.project-directory }}"
117
args: >
118
-Dsonar.organization=testcontainers
119
-Dsonar.projectKey=${{ env.PROJECT_KEY }}
0 commit comments