Skip to content

feat(replay): skip snapshot during view controller transitions (#265) #661

feat(replay): skip snapshot during view controller transitions (#265)

feat(replay): skip snapshot during view controller transitions (#265) #661

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