Skip to content

Fixed bug with duplicate call tracking callback #16

Fixed bug with duplicate call tracking callback

Fixed bug with duplicate call tracking callback #16

Workflow file for this run

name: CI pullRequest
on:
pull_request:
branches: [ '**' ]
jobs:
build_framework:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
clean: 'true'
fetch-depth: 0
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode.app
- name: Run Unit Test
run: ./Scripts/runTest.sh
- name: Build Framework
run: ./Scripts/build.sh