Skip to content

Mapping PrivacyInfo in podspec file #1014

Mapping PrivacyInfo in podspec file

Mapping PrivacyInfo in podspec file #1014

Workflow file for this run

name: Integration Testing
on: pull_request
jobs:
run-e2e-job:
runs-on: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: 13.0
- name: Build and test
env:
api_key: ${{secrets.E2E_API_KEY}}
server_api_key: ${{secrets.E2E_SERVER_API_KEY}}
push_campaign_id: ${{secrets.E2E_PUSH_CAMPAIGN_ID}}
push_template_id: ${{secrets.E2E_PUSH_TEMPLATE_ID}}
in_app_campaign_id: ${{secrets.E2E_IN_APP_CAMPAIGN_ID}}
in_app_template_id: ${{secrets.E2E_IN_APP_TEMPLATE_ID}}
run: |
./tests/endpoint-tests/scripts/run_test.sh