From 61a464356e893d9afa41127f0c006e99cec403e5 Mon Sep 17 00:00:00 2001 From: "A. Sophie Blee-Goldman" <sophie@responsive.dev> Date: Thu, 26 Sep 2024 14:33:00 -0700 Subject: [PATCH] Change Antithesis test-type to choice --- .github/workflows/github-e2e-manual.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-e2e-manual.yaml b/.github/workflows/github-e2e-manual.yaml index af43be664..bdf40ae16 100644 --- a/.github/workflows/github-e2e-manual.yaml +++ b/.github/workflows/github-e2e-manual.yaml @@ -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'