From 33fe4ac91e157c0f2906f8140d18b972d1847718 Mon Sep 17 00:00:00 2001 From: Anton Malinskiy Date: Sun, 29 Oct 2023 18:25:52 +1000 Subject: [PATCH] feat(isolated): add isolated input --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index 700e883..4290308 100644 --- a/action.yaml +++ b/action.yaml @@ -31,6 +31,9 @@ inputs: githubToken: description: "GitHub token for pulling marathon-cloud CLI release" required: true + isolated: + description: "Run each test in isolation, i.e. isolated batching" + required: false branding: color: purple icon: play-circle @@ -54,3 +57,4 @@ runs: systemImage: ${{ inputs.systemImage }} link: ${{ inputs.link }} output: ${{ inputs.output }} + isolated: ${{ inputs.isolated }}