Skip to content

feat: Navigation Service Fix #133

feat: Navigation Service Fix

feat: Navigation Service Fix #133

Workflow file for this run

name: react-native-template
on:
pull_request_target:
branches: [ master ]
jobs:
install-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: |
yarn
- name: Lint
run: |
npm run lint
- name: Test and generate coverage report
uses: artiomtr/jest-coverage-report-action@v2.0-rc.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
threshold: 80
package-manager: yarn