We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4050a0 commit 10cab7eCopy full SHA for 10cab7e
.github/workflows/unity-cloud-check.yml
@@ -18,14 +18,6 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
21
- # 🧪 Step 1 — Run N test suites for this target
22
- - name: Run Unity Tests
23
- uses: game-ci/unity-test-runner@v4
24
- with:
25
- unityVersion: 2022.3.10f1
26
- testMode: playmode
27
- customParameters: -targetPlatform ${{ matrix.target }}
28
-
29
# ✅ Step 2 — Trigger Cloud Build for this target
30
- name: Trigger Cloud Build
31
id: trigger
0 commit comments