Skip to content

Commit 612d856

Browse files
authored
Update step.yml (#39)
* Update step.yml * Update README
1 parent 41045b1 commit 612d856

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This step runs your Android project's unit tests.
1212

1313
## 🧩 Get started
1414

15-
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/).
15+
Add this step directly to your workflow in the [Bitrise Workflow Editor](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/steps/adding-steps-to-a-workflow.html).
1616

1717
You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).
1818

@@ -45,9 +45,8 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
4545

4646
We welcome [pull requests](https://github.com/bitrise-steplib/bitrise-step-android-unit-test/pulls) and [issues](https://github.com/bitrise-steplib/bitrise-step-android-unit-test/issues) against this repository.
4747

48-
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://devcenter.bitrise.io/bitrise-cli/run-your-first-build/).
48+
For pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://docs.bitrise.io/en/bitrise-ci/bitrise-cli/running-your-first-local-build-with-the-cli.html).
4949

5050
Learn more about developing steps:
5151

52-
- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/)
53-
- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/)
52+
- [Create your own step](https://docs.bitrise.io/en/bitrise-ci/workflows-and-pipelines/developing-your-own-bitrise-step/developing-a-new-step.html)

step.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ host_os_tags:
1010

1111
project_type_tags:
1212
- android
13+
- cordova
14+
- flutter
15+
- ionic
16+
- kotlin-multiplatform
1317
- react-native
1418

1519
type_tags:

0 commit comments

Comments
 (0)