Skip to content

build(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2 #81

build(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2

build(deps-dev): bump react-native-builder-bob from 0.18.3 to 0.23.2 #81

Workflow file for this run

name: Run Tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test