Skip to content

Commit 6f38ee7

Browse files
chore: Merge pull request #24 from Mateo-Jimenez76/Mateo-Jimenez76-unityTests-patch
chore: Added manual run options
2 parents a4a6991 + c1fa08c commit 6f38ee7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/unity-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ permissions:
33
contents: read
44

55
on:
6+
workflow_dispatch:
67
pull_request:
78
branches:
89
- main
9-
types: [ready_for_review,opened,reopened,auto_merge_enabled]
10+
types: [ready_for_review,opened,reopened,auto_merge_enabled,review_requested]
1011

1112
jobs:
1213
checkChangedFiles:
@@ -53,7 +54,7 @@ jobs:
5354
uses: actions/cache@v4
5455
with:
5556
path: TempProject/Library
56-
key: lib-${{ runner.os }}-${{ env.UNITY_VERSION }}-${{ hashFiles(format('{0}/**', env.PROJECT_PATH)) }}
57+
key: lib-${{ runner.os }}-${{ env.UNITY_VERSION }}-${{ hashFiles(format('{0}/package.json', env.PROJECT_PATH)) }}
5758
restore-keys: |
5859
lib-${{ runner.os }}-${{ env.UNITY_VERSION }}-
5960

0 commit comments

Comments
 (0)