You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/.github/workflows/tests.yml
+7-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,13 @@ name: Tests
6
6
# NOTE: You need create a new github repository secret UNITY_LICENSE for this to work.
7
7
# For further details on how to add secrets, please see github docs https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository
8
8
9
-
on: push
9
+
on:
10
+
# Currently tests can only be ran against main branch because of how
11
+
# Test project is set up. See Samples\ExampleUnityProject\Packages\manifest.json
12
+
# Package is always cloned from the main branch for tests
0 commit comments