Skip to content

refactor: add privacy manifest file and remove tracking IDs #147

refactor: add privacy manifest file and remove tracking IDs

refactor: add privacy manifest file and remove tracking IDs #147

Workflow file for this run

name: Tests
on: [pull_request, workflow_dispatch, workflow_call]
concurrency:
group: tests-${{ github.event.number }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: macos-13-xlarge
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Dependencies
run: bundle install
- name: Run Unit Tests
run: bundle exec fastlane tests summary:$GITHUB_STEP_SUMMARY