Skip to content

fix: batch event payloads into chunks of 100 to reduce errors on event processing #122

fix: batch event payloads into chunks of 100 to reduce errors on event processing

fix: batch event payloads into chunks of 100 to reduce errors on event processing #122

Workflow file for this run

name: Build and Test tvOS
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-13
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: "Select Latest Xcode"
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
- name: Fastlane tvOS Tests
run: fastlane tvos tests