Skip to content

fix: change entry file from src to dist (#88) #67

fix: change entry file from src to dist (#88)

fix: change entry file from src to dist (#88) #67

Workflow file for this run

name: Unit Testting
on:
pull_request:
branches: [ development ]
push:
branches: [ patch-**, development ]
jobs:
test:
runs-on: ubuntu-latest
container: reactnativecommunity/react-native-android
steps:
- uses: actions/checkout@v2
- name: Install Modules
run: yarn install
- name: Build
run: yarn build
- name: Start Testing
run: yarn test