chore: refactor pipelines #96

Merged
marcel.henselin merged 19 commits from test/pipelines into main 2026-03-26 16:18:01 +00:00
Showing only changes of commit 5470106f8a - Show all commits

View file

@ -21,6 +21,13 @@ on:
type: string
default: '90m'
required: true
test_file:
description: "string that determines the test file to run (default all tests)"
type: choice
options:
- internal/wait/postgresflexalpha/wait_test.go
- internal/wait/sqlserverflexbeta/wait_test.go
required: true
jobs:
acc_test: