Fixed Module Path & added CI #1

Merged
SoXX merged 5 commits from dev/fix-modules into main 2024-07-20 15:59:15 +00:00
Showing only changes of commit 0bd467464a - Show all commits

View File

@ -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