added Migrate Function for tests
Some checks failed
GoLang Tests / check and test (push) Failing after 24s

This commit is contained in:
2025-08-21 15:00:25 +02:00
parent cbdd82b725
commit 5c243e45e1
4 changed files with 63 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ jobs:
POSTGRES_USER: root
POSTGRES_PASSWORD: password
POSTGRES_DB: arbeitszeitmessung
POSTGRES_PORT: 5432
steps:
- name: Checkout
uses: actions/checkout@v4