Skip to content

Commit 57e99f8

Browse files
committed
build: add com.unity.test-framework and com.unity.nuget.newtonsoft-json dependencies to test project manifest in release workflow
1 parent af86dfc commit 57e99f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
mkdir -p TEST_PROJECT/Packages
3232
mkdir -p TEST_PROJECT/ProjectSettings
33-
echo '{"dependencies": {"com.alexeytaranov.serializereferencedropdown": "file:../../"}}' > TEST_PROJECT/Packages/manifest.json
33+
echo '{"dependencies": {"com.unity.test-framework": "1.1.33", "com.unity.nuget.newtonsoft-json": "3.2.0", "com.alexeytaranov.serializereferencedropdown": "file:../../"}}' > TEST_PROJECT/Packages/manifest.json
3434
echo "m_EditorVersion: 2022.3.10f1" > TEST_PROJECT/ProjectSettings/ProjectVersion.txt
3535
3636
- name: Cache Library

0 commit comments

Comments
 (0)