feat: fixed go test path

This commit is contained in:
SoXX 2024-07-20 17:35:28 +02:00
parent 378fa072d8
commit 0bd467464a

View File

@ -24,7 +24,7 @@ jobs:
cache: false
- name: Execute Go Test files with coverage report
run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
run: go test .\pkg\... -json -coverprofile="coverage.out" | tee "test-report.out"
- name: SonarQube
uses: sonarsource/sonarqube-scan-action@master