Skip to content

Added language_requested fpti for analytics #196

Added language_requested fpti for analytics

Added language_requested fpti for analytics #196

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-15-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