Skip to content

Commit 10cab7e

Browse files
committed
removed step to run unity tests
1 parent a4050a0 commit 10cab7e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/unity-cloud-check.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

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-
2921
# ✅ Step 2 — Trigger Cloud Build for this target
3022
- name: Trigger Cloud Build
3123
id: trigger

0 commit comments

Comments
 (0)