diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 80c1004..5bec07f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -46,6 +46,8 @@ jobs: key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }} restore-keys: |- arbeitszeitmessung- + - name: Render Templ files + run: cd Backend && go install github.com/a-h/templ/cmd/templ@v0.3.977 && templ generate - name: Run Go Tests run: cd Backend && mkdir .test && go test ./... -coverprofile=.test/coverage.out -json > .test/report.json - name: Verify coverage report exists