Skip to content

Commit

Permalink
Change Antithesis test-type to choice
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Sep 26, 2024
1 parent b57b89d commit 61a4643
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-e2e-manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
- mongo
test-type:
description: 'Which test variant to run'
type: string
type: choice
required: true
default: 'regression'
options:
- async
- regression
test-duration:
description: 'The duration that the antithesis test runs'
description: 'The duration that the antithesis test runs (hours)'
type: string
required: false
default: '0.5'
Expand Down

0 comments on commit 61a4643

Please sign in to comment.