Files
unity-actions/test-projects/test-project/Assets/Tests/EditMode/EditModeTests.asmdef
Webber Takken fd4f2e502a Update workflow to latest standards + add test projects (#102)
* Move test-project to subfolder

* Update workflow to target test-project

* Add 2018.3-legacy test-project

* Rename to legacy-render-pipeline

* Add test project for URP

* Cache LFS

* Update license

* Ignore artifacts

* Add test project for HDRP

* Avoid ambiguity in cache key
2021-05-20 23:58:14 +02:00

22 lines
473 B
Plaintext

{
"name": "EditModeTests",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"MyScripts"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
}