We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5324a2e commit a31ec10Copy full SHA for a31ec10
.github/workflows/unity-tests.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches:
6
- master
7
+ push:
8
+ branches:
9
+ - master
10
11
jobs:
12
testAllModes:
@@ -32,7 +35,7 @@ jobs:
32
35
- uses: actions/cache@v4
33
36
with:
34
37
path: ${{ matrix.projectPath }}/Library
- key: Library-${{ matrix.projectPath }}
38
+ key: Library-${{ matrix.unityVersion }}
39
restore-keys: |
40
Library-
41
- uses: game-ci/unity-test-runner@v4
@@ -43,6 +46,7 @@ jobs:
43
46
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
44
47
45
48
projectPath: ${{ matrix.projectPath }}
49
+ unityVersion: ${{ matrix.unityVersion }}
50
testMode: ${{ matrix.testMode }}
51
artifactsPath: ${{ matrix.testMode }}-artifacts
52
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments