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 a7ba3b4 commit d9692f1Copy full SHA for d9692f1
.github/workflows/reusable-test-runner.yaml
@@ -57,8 +57,6 @@ jobs:
57
strategy:
58
fail-fast: false
59
matrix:
60
- unity-version: ${{ inputs.unity-version }}
61
- projectPath: ${{ inputs.project-path }}
62
testMode: ${{ fromJson(needs.prepare-test-modes.outputs.array) }}
63
64
steps:
@@ -78,7 +76,8 @@ jobs:
78
76
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
79
77
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
80
with:
81
- projectPath: ${{ matrix.projectPath }}
+ unityVersion: ${{ inputs.unity-version }}
+ projectPath: ${{ inputs.projectPath }}
82
testMode: ${{ matrix.testMode }}
83
artifactsPath: ${{ matrix.testMode }}-artifacts
84
githubToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments