ci: removed unneeded env variable

This commit is contained in:
David Janowski 2024-07-08 15:16:37 +02:00
parent 9f873ef0e4
commit b8b80d1be9

View File

@ -29,7 +29,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: TESTCONTAINERS_RYUK_DISABLED=true go test -v ./... -json -coverprofile="coverage.out" | tee "test-report.out" run: 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: