Skip to content

added descriptions for functions/variables, update documentation, added function for set sticky bucketing service #44

added descriptions for functions/variables, update documentation, added function for set sticky bucketing service

added descriptions for functions/variables, update documentation, added function for set sticky bucketing service #44

Workflow file for this run

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