You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This step runs your Android project's unit tests.
12
12
13
13
## 🧩 Get started
14
14
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).
16
16
17
17
You can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).
18
18
@@ -45,9 +45,8 @@ You can also run this step directly with [Bitrise CLI](https://github.com/bitris
45
45
46
46
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.
47
47
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).
49
49
50
50
Learn more about developing steps:
51
51
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)
0 commit comments