dev/actions feature: overtime #27

Merged
tom_trgr merged 53 commits from dev/actions into main 2025-09-04 00:58:25 +02:00
Showing only changes of commit 9f31574f3d - Show all commits

View File

@@ -43,7 +43,7 @@ jobs:
/go_cache
key: arbeitszeitmessung-${{ steps.hash-go.outputs.hash }}
restore-keys: |-
arbeitszeitmessung-${{ steps.hash-go.outputs.hash }}
arbeitszeitmessung-
- name: Run Go Tests
run: cd Backend && go test ./...
build: