Skip to content
Merged
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 docs/03-github/03-test-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ the [`packageMode`](#packagemode) configuration option to `true`.

When testing a Unity package that has dependencies inside a scoped registry, you can set the
[`scopedRegistryUrl`](#scopedRegistryUrl) and [`registryScopes`](#registryScopes) to ensure those
depedencies can be resolved.
dependencies can be resolved.

```yaml
- uses: game-ci/unity-test-runner@v4
Expand All @@ -128,7 +128,7 @@ depedencies can be resolved.
#### Authentication with a private scoped registry

If your package has dependencies that are hosted in a private UPM registry, then testing it is
similar to tesing a project. Setup the [`scopedRegistryUrl`](#scopedRegistryUrl) and
similar to testing a project. Setup the [`scopedRegistryUrl`](#scopedRegistryUrl) and
[`registryScopes`](#registryScopes) as usual, but also include a `UPM_REGISTRY_TOKEN` when defining
your Unity License.

Expand Down
Loading