Skip to content

[MOB-2858] Ecosify all ecosia urls #1080

[MOB-2858] Ecosify all ecosia urls

[MOB-2858] Ecosify all ecosia urls #1080

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
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.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:
github-token: ${{ secrets.GITHUB_TOKEN }}