diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2218019..d5313e5 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -45,7 +45,7 @@ jobs: restore-keys: |- arbeitszeitmessung- - name: Run Go Tests - run: cd Backend && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json + run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json - uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}