Skip to content

[MOB-2820] Make sure the install event is sent only once #1076

[MOB-2820] Make sure the install event is sent only once

[MOB-2820] Make sure the install event is sent only once #1076

Workflow file for this run

name: Merge Unit Tests
on:
pull_request:
branches: [ main ]
jobs:
execute_merge_tests:
runs-on: macos-14
name: Execute Merge Tests
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare environment
uses: ./.github/actions/prepare_environment
with:
core-token: ${{ secrets.IOS_CORE_TOKEN }}
- name: Perform Unit Tests and Publish Test reports
id: perform-tests
uses: ./.github/actions/perform_unit_tests
with:
github-token: ${{ secrets.GITHUB_TOKEN }}