Skip to content

fix: added fragment related changes #44

fix: added fragment related changes

fix: added fragment related changes #44

Workflow file for this run

name: "ContentstackUtils CI"
on:
push:
branches: [ master ]
pull_request:
branches: [ master, next ]
jobs:
iOS:
name: Test iOS
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_11.4.app/Contents/Developer
strategy:
matrix:
destination: ["OS=13.4.1,name=iPhone 11 Pro"]
steps:
- uses: actions/checkout@v1
- name: iOS - ${{ matrix.destination }}
run: xcodebuild -project "ContentstackUtils.xcodeproj" -scheme "ContentstackUtils-Package" -destination "${{ matrix.destination }}" test | xcpretty