Skip to content

[MOB-8232] - Prepare for 6.5.2 #1006

[MOB-8232] - Prepare for 6.5.2

[MOB-8232] - Prepare for 6.5.2 #1006

Workflow file for this run

name: Integration Testing
on: pull_request
jobs:
run-e2e-job:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1.3.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