Skip to content

[732] - Migrate to GitHub Actions #6

[732] - Migrate to GitHub Actions

[732] - Migrate to GitHub Actions #6

Workflow file for this run

name: On pull request
on:
pull_request:
branches:
- develop
jobs:
on_pull_request:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Run Unit and UI tests
uses: ./.github/workflows/actions/run_lane
with:
lane: test_unit_ui
match_password: ${{ secrets.MATCH_PASSWORD }}
- name: Commit translation file if changed
uses: ./.github/workflows/actions/xliff_export