[misc] Rename CI client tests (#3366)

This commit is contained in:
Viktor Liu
2025-02-21 19:07:43 +01:00
committed by GitHub
parent a74208abac
commit 73ce746ba7
5 changed files with 18 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
name: Mobile build validation
name: Mobile
on:
push:
@@ -12,6 +12,7 @@ concurrency:
jobs:
android_build:
name: "Android / Build"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -47,6 +48,7 @@ jobs:
CGO_ENABLED: 0
ANDROID_NDK_HOME: /usr/local/lib/android/sdk/ndk/23.1.7779620
ios_build:
name: "iOS / Build"
runs-on: macos-latest
steps:
- name: Checkout repository