Skip to content

Bump react-devtools-core and react-native #36

Bump react-devtools-core and react-native

Bump react-devtools-core and react-native #36

Workflow file for this run

name: unit test
on:
push:
pull_request:
branches:
- main
jobs:
setup-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install npm dependencies
run: npm ci
- name: Run unit tests
run: npm run test