chore: modify test action

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-26 14:58:20 +01:00
parent 3607f66c17
commit 5470106f8a

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: