chore: modify test action
[skip ci]
This commit is contained in:
parent
3607f66c17
commit
5470106f8a
1 changed files with 7 additions and 0 deletions
7
.github/workflows/tf-acc-test.yaml
vendored
7
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -21,6 +21,13 @@ on:
|
||||||
type: string
|
type: string
|
||||||
default: '90m'
|
default: '90m'
|
||||||
required: true
|
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:
|
jobs:
|
||||||
acc_test:
|
acc_test:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue