Skip to content

ci(MM-63199) temp code coverage tracking #3679

ci(MM-63199) temp code coverage tracking

ci(MM-63199) temp code coverage tracking #3679

Workflow file for this run

---
name: ci
on:
push:
branches:
- main
- 'release*'
pull_request:
env:
NODE_VERSION: 20.13.1
TERM: xterm
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: ci/checkout-repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: ci/test
uses: ./.github/actions/test
- name: ci/test-coverage
if: github.event_name == 'pull_request' || github.ref_name == 'main'
uses: ./.github/actions/test-coverage
with:
github_token: ${{ secrets.MM_MOBILE_GITHUB_TOKEN }}
run_id: ${{ github.run_id }}