Skip to content

Commit dca6a9b

Browse files
authored
fix(ci): update core path in sonar build (testcontainers#3036)
1 parent b50cd36 commit dca6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
115115
with:
116-
projectBaseDir: "${{ inputs.project-directory == '' && 'testcontainers-go' || inputs.project-directory }}"
116+
projectBaseDir: "${{ inputs.project-directory == '' && '.' || inputs.project-directory }}"
117117
args: >
118118
-Dsonar.organization=testcontainers
119119
-Dsonar.projectKey=${{ env.PROJECT_KEY }}

0 commit comments

Comments
 (0)