Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

New fixes, after tests #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ workflows:
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL
- STEP_ID_IN_STEPLIB: aws-device-farm-runner
- STEP_GIT_VERION_TAG_TO_SHARE: 0.0.8
- STEP_GIT_CLONE_URL: https://github.com/peartherapeutics/bitrise-aws-device-farm-runner.git
- STEP_GIT_CLONE_URL: https://github.com/lautarochiarle/bitrise-aws-device-farm-runner.git
description: |-
If this is the first time you try to share a Step you should
first call: $ bitrise share
Expand Down
8 changes: 4 additions & 4 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ title: "Amazon Device Farm Runner"
summary: "Amazon Device Farm Runner"
description: |-
Deploys app to device farm and starts a test run. [Please see the wiki for setup instructions](https://github.com/peartherapeutics/bitrise-aws-device-farm-runner/wiki).
website: https://github.com/peartherapeutics/bitrise-aws-device-farm-runner
source_code_url: https://github.com/peartherapeutics/bitrise-aws-device-farm-runner
support_url: https://github.com/peartherapeutics/bitrise-aws-device-farm-runner/issues
website: https://github.com/lautarochiarle/bitrise-aws-device-farm-runner
source_code_url: https://github.com/lautarochiarle/bitrise-aws-device-farm-runner
support_url: https://github.com/lautarochiarle/bitrise-aws-device-farm-runner/issues
host_os_tags:
- linux
- osx-10.9
Expand Down Expand Up @@ -137,7 +137,7 @@ inputs:
summary: ""
description: "This step adds the opportunity to filter your tests. For example com.android.abc.test1. [See the ScheduleRunTest.filter documentation](https://docs.aws.amazon.com/devicefarm/latest/APIReference/API_ScheduleRunTest.html#devicefarm-Type-ScheduleRunTest-filter)."
is_required: false
- test_spec: ""
- test_spec: "$TEST_SPEC"
opts:
title: "Device Farm Custom TestSpec ARN"
summary: ""
Expand Down