Skip to content

Release 1.0.0 (#115) #410

Release 1.0.0 (#115)

Release 1.0.0 (#115) #410

Workflow file for this run

name: Run Unit Test
on:
push:
branches:
- main
- "feature/*"
- "release/*"
pull_request:
branches:
- main
- "feature/*"
- "release/*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test iOS
runs-on: macOS-12
env:
DEVELOPER_DIR: "/Applications/Xcode_14.1.app/Contents/Developer"
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- name: "Run tests"
run: xcodebuild -project "attentive-ios-sdk.xcodeproj" -scheme "attentive-ios-sdk-framework" -destination "platform=iOS Simulator,OS=16.1,name=iPhone 13 Pro" test