Skip to content

Commit ba176ee

Browse files
authored
Rename iOS build step for clarity
1 parent 400f142 commit ba176ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
**/build/test-results/**
176176
177177
TestIOSBuild:
178-
name: Build for iOS
178+
name: Test iOS build
179179
runs-on: macos-latest
180180
steps:
181181
- name: Clone the repo
@@ -196,6 +196,7 @@ jobs:
196196
shell: bash
197197
run: |
198198
./gradlew :jme3-ios-examples:buildIosSimulatorApp
199+
./gradlew :jme3-ios-examples:buildIosDebugApp
199200
200201
# Build the engine, we only deploy from ubuntu-latest jdk25
201202
BuildJMonkey:

0 commit comments

Comments
 (0)