unity-test-runner icon indicating copy to clipboard operation
unity-test-runner copied to clipboard

Run tests for any Unity project

Results 47 unity-test-runner issues
Sort by recently updated
recently updated
newest added

**Bug description** The `unityLicensingServer` input is completely ignored when running on Windows. **How to reproduce** 1. setup a job on windows github runner ``` runs-on: windows-latest ``` 2. add a...

bug

Hi! And thanks for your job! **Bug description** **How to reproduce** I have a self-hosted Ubuntu (server) runner that I'm trying to run tests of my project on. If I...

bug

**Context** I have a project that relies on multiple scoped registries. They use the same UPM_REGISTRY_TOKEN, but they have separate URLs and scopes. **Suggested solution** Have scopedRegistryUrl and registryScopes each...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade handlebars from 4.7.7 to 4.7.8. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.11.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

To enhance performance in the CI workflow, we propose optimizing the NUnit XML file check in `results-check.ts` by reading only the initial 4KB of each file when verifying the presence...

enhancement
good first issue

**Bug Description:** When committing changes on macOS (Darwin), certain tests fail due to Darwin not being recognized as a supported platform. Specifically, the `ImageTag` tests return errors, indicating that Darwin...

bug