Skip to content

Commit

Permalink
feat(isolated): add isolated input
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Oct 29, 2023
1 parent c3bb056 commit 33fe4ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,3 +57,4 @@ runs:
systemImage: ${{ inputs.systemImage }}
link: ${{ inputs.link }}
output: ${{ inputs.output }}
isolated: ${{ inputs.isolated }}

0 comments on commit 33fe4ac

Please sign in to comment.