added Gleitzeit + Kurzarbeit closes #23
All checks were successful
Tests / Run Go Tests (push) Successful in 33s
All checks were successful
Tests / Run Go Tests (push) Successful in 33s
This commit is contained in:
@@ -22,6 +22,9 @@ type DBFixture struct {
|
||||
|
||||
func SetupDBFixture(t *testing.T) *DBFixture {
|
||||
t.Helper()
|
||||
if helper.GetEnv("TEST_SQL", "false") != "true" {
|
||||
t.Skip("Skipping Test because TEST_SQL is not 'true'!")
|
||||
}
|
||||
|
||||
dbHost := helper.GetEnv("POSTGRES_HOST", "localhost")
|
||||
dbPort := helper.GetEnv("POSTGRES_PORT", "5433")
|
||||
|
||||
Reference in New Issue
Block a user