Skip to content

Instantly share code, notes, and snippets.

@UmutSERIFLER
Last active February 20, 2023 19:30
Show Gist options
  • Save UmutSERIFLER/71c533ba88ec1d58524ccab7d72b86ce to your computer and use it in GitHub Desktop.
Save UmutSERIFLER/71c533ba88ec1d58524ccab7d72b86ce to your computer and use it in GitHub Desktop.
Test Project
name: Test Project Workflow
on:
push:
branches: [ "develop" ]
jobs:
testing:
runs-on: macos-latest
env:
ProjectName: SampleProject
steps:
- uses: actions/checkout@v3
- name: Test Without Building
run: |
xcodebuild test-without-building -scheme ${{ inputs.projectName }} -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment