ci: fix go command to show in log
Some checks failed
Gitea Build Check / Build (push) Failing after 5m38s
Some checks failed
Gitea Build Check / Build (push) Failing after 5m38s
Signed-off-by: SoXX <soxx@fenpa.ws>
This commit is contained in:
parent
0a5359d723
commit
97d314ba3e
@ -28,7 +28,7 @@ jobs:
|
|||||||
cache: true # optional
|
cache: true # optional
|
||||||
|
|
||||||
- name: Execute Go Test files with coverage report
|
- name: Execute Go Test files with coverage report
|
||||||
run: go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
|
run: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out"
|
||||||
|
|
||||||
- uses: sonarsource/sonarqube-scan-action@master
|
- uses: sonarsource/sonarqube-scan-action@master
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user