Skip to content

MOB-1838 Add privacy policy link to send usage data setting (#485) #33

MOB-1838 Add privacy policy link to send usage data setting (#485)

MOB-1838 Add privacy policy link to send usage data setting (#485) #33

name: Regression Tests
on:
push:
branches: [ main ]
jobs:
execute_merge_tests:
runs-on: macos-13
name: Execute Merge Tests
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare environment
uses: ./.github/actions/prepare_environment
with:
core-token: ${{ secrets.IOS_CORE_TOKEN }}
- name: Perform Tests and Publish Test reports
id: perform-tests
uses: ./.github/actions/perform_tests
with:
needs-shared-tests: ${{ true }}
needs-storage-tests: ${{ true }}
needs-client-tests: ${{ true }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Update derived data cache
uses: ./.github/actions/save_derived_data