Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/cli #17

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/manual_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: "android_3_0"
output: "output"
outputGlob: "tests/**"
version: "1.0.15"
version: "1.0.16"

- name: Upload artifact
uses: actions/upload-artifact@v2
Expand All @@ -46,7 +46,7 @@ jobs:
name: "ios_3_0"
output: "output2"
outputGlob: "tests/**"
version: "1.0.15"
version: "1.0.16"

- name: Upload artifact parallel
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ inputs:
required: false
wait:
description: "Wait for test run to finish if true, exits after triggering a run if false. Defaults to true"
default: "true"
required: false
name:
description: "Name for run, for example it could be description of commit"
Expand Down
Loading