Skip to content

Update RN_ExpoInstallation.md to exclude Expo Go #260

Update RN_ExpoInstallation.md to exclude Expo Go

Update RN_ExpoInstallation.md to exclude Expo Go #260

name: Tests
on:
pull_request:
push:
branches-ignore:
- 'releases/**'
- 'master'
workflow_call:
jobs:
Run-unit-tests:
if: ${{ startsWith(github.head_ref, 'releases/') == false }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run jest tests
run: npm run test