Update test.yaml
Some checks failed
Tests / Run Go Tests (push) Failing after 50s

This commit is contained in:
2025-10-07 14:58:53 +02:00
parent 18046bbe18
commit f4e9915e7f

View File

@@ -45,7 +45,7 @@ jobs:
restore-keys: |-
arbeitszeitmessung-
- name: Run Go Tests
run: cd Backend && go test ./...
run: cd Backend && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
- uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}