dev/actions #26

Merged
tom_trgr merged 41 commits from dev/actions into dev/main 2025-08-29 15:36:00 +02:00
Showing only changes of commit 4974aa9815 - Show all commits

View File

@@ -43,4 +43,4 @@ jobs:
/go_cache /go_cache
key: go_path-${{ steps.hash-go.outputs.hash }} key: go_path-${{ steps.hash-go.outputs.hash }}
- name: Run Go Test - name: Run Go Test
run: go test ./... run: cd Backend && go test ./...