Skip to content

feat(iOS): add optional distinctId parameter to capture methods (#216) #510

feat(iOS): add optional distinctId parameter to capture methods (#216)

feat(iOS): add optional distinctId parameter to capture methods (#216) #510

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
test:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Test SDK
run: make test