Skip to content

Commit fb641b2

Browse files
committed
docs: update README anchor links for setup section
1 parent 5ca8f59 commit fb641b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Even if you primarily use the pull-request-based release method, it is recommend
247247

248248
## Adding Unity Test Framework (formerly Test Runner)
249249

250-
Execute tests within Unity Editor. Configuration is required to use this feature. Please refer to the [Setup](#test-framework-formerly-test-runner-or-when-generating-packages) section.
250+
Execute tests within Unity Editor. Configuration is required to use this feature. Please refer to the [Setup](#when-running-tests-or-generating-packages) section.
251251

252252
### About Tests
253253

@@ -289,7 +289,7 @@ You can view the list of executed tests.
289289
290290
## Adding Package Generation
291291
292-
Refer to [build-release_merge_package.yaml](https://github.com/IShix-g/Unity-GitHubActions/blob/main/.github/workflows/build-release_merge_package.yaml) for implementation details. Configuration is required, as explained in the [Setup](#test-framework-formerly-test-runner-or-when-generating-packages) section.
292+
Refer to [build-release_merge_package.yaml](https://github.com/IShix-g/Unity-GitHubActions/blob/main/.github/workflows/build-release_merge_package.yaml) for implementation details. Configuration is required, as explained in the [Setup](#when-running-tests-or-generating-packages) section.
293293
This process allows you to:
294294
295295
- Generate packages ([UPM package](https://docs.unity3d.com/2022.3/Documentation/Manual/upm-ui-install.html))
@@ -513,7 +513,7 @@ For branch or tag protection:
513513

514514
- Executes either Edit Tests, Play Tests, or both using Unity Editor
515515
- Test results can be viewed under the [Sample Execution Result](https://github.com/IShix-g/Unity-GitHubActions/actions/runs/13325816869)
516-
- Requires [setup](#test-framework-formerly-test-runner-or-when-generating-packages) to be completed
516+
- Requires [setup](#when-running-tests-or-generating-packages) to be completed
517517

518518
※ This workflow uses GameCI's [Test Runner](https://game.ci/docs/github/test-runner) to execute tests.
519519

@@ -539,7 +539,7 @@ The following secrets are required to execute Unity Editor in batch mode:
539539
| UNITY_LICENSE | Required if using a Personal license |
540540
| UNITY_SERIAL | Required if using a Pro license |
541541

542-
For more details, please refer to the [setup section](#test-framework-formerly-test-runner-or-when-generating-packages).
542+
For more details, please refer to the [setup section](#when-running-tests-or-generating-packages).
543543

544544
---
545545

@@ -550,7 +550,7 @@ For more details, please refer to the [setup section](#test-framework-formerly-t
550550
- Executes the package build
551551
- Packages must be located under the `Assets` directory
552552
- Requires the installation of [PackageExporter](#packageexporter)
553-
- Requires [setup](#test-framework-formerly-test-runner-or-when-generating-packages) to be completed
553+
- Requires [setup](#when-running-tests-or-generating-packages) to be completed
554554

555555
※ This workflow uses GameCI's [Builder](https://game.ci/docs/github/builder) to generate packages.
556556

@@ -591,7 +591,7 @@ The following secrets are required to execute Unity Editor in batch mode:
591591
| UNITY_LICENSE | Required if using a Personal license |
592592
| UNITY_SERIAL | Required if using a Pro license |
593593

594-
For more details, please refer to the [setup section](#test-framework-formerly-test-runner-or-when-generating-packages).
594+
For more details, please refer to the [setup section](#when-running-tests-or-generating-packages).
595595

596596
---
597597

0 commit comments

Comments
 (0)