Skip to content

122 sasu 0120 firebase push notification remote config integration #273

122 sasu 0120 firebase push notification remote config integration

122 sasu 0120 firebase push notification remote config integration #273

name: iOS Build Check Workflow
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
env:
APP_PATH: $(find . -name "*.app" | head -n 1)
jobs:
build:
name: Build scheme
runs-on: macos-13
steps:
- name: Select Latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Checkout
uses: actions/checkout@v3
- name: tuist Fetch
uses: tuist/[email protected]
with:
command: 'fetch'
- name: tuist Generate
uses: tuist/[email protected]
with:
command: 'generate'
- name: Build
run: |
xcodebuild -scheme SampleAppSwiftUI clean build -sdk iphoneos -configuration Development CODE_SIGNING_ALLOWED=No -destination 'generic/platform=iOS Simulator' CONFIGURATION_BUILD_DIR=$PWD/build
- name: UI Test
uses: mobile-dev-inc/[email protected]
with:
api-key: ${{ secrets.MAESTRO_CLOUD_API_KEY }}
app-file: build/SampleAppSwiftUI.app
ios-version: 16