feat: fixed go test path
This commit is contained in:
parent
378fa072d8
commit
0bd467464a
@ -24,7 +24,7 @@ jobs:
|
|||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
- name: Execute Go Test files with coverage report
|
- 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
|
- name: SonarQube
|
||||||
uses: sonarsource/sonarqube-scan-action@master
|
uses: sonarsource/sonarqube-scan-action@master
|
||||||
|
Loading…
Reference in New Issue
Block a user