Skip to content

Build smoke test by Nirma #5

Build smoke test by Nirma

Build smoke test by Nirma #5

Workflow file for this run

name: Xcode build smoke test
run-name: Build smoke test by ${{ github.actor }}
on:
pull_request:
branches: [ "main" ]
jobs:
smoke_test_build:
name: Smoke Test (Build only)
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: xcodebuild