try now
Some checks failed
Tests / Run Go Tests (push) Failing after 55s

This commit is contained in:
2025-11-30 19:54:49 +01:00
parent dd8a29acc2
commit 7d04062a3a

View File

@@ -26,7 +26,10 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: Backend/go.mod
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go
with:
@@ -43,10 +46,6 @@ jobs:
key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
arbeitszeitmessung-
- name: Setup go
uses: actions/setup-go@v5
with:
go-version-file: Backend/go.mod
- name: Run Go Tests
run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json
- name: Verify coverage report exists