diff --git a/docs/03-github/03-test-runner.mdx b/docs/03-github/03-test-runner.mdx index 59720ecf..699ddeee 100644 --- a/docs/03-github/03-test-runner.mdx +++ b/docs/03-github/03-test-runner.mdx @@ -66,9 +66,9 @@ floating license will be acquired before the tests run, and returned after. Example of use: ```yaml -- uses: game-ci/unity-builder@v2 +- uses: game-ci/unity-test-runner@v2 with: - targetPlatform: WebGL + projectPath: path/to/your/project unityLicensingServer: [url to your license server] ```