Skip to content

build(deps-dev): bump react-native-reanimated from 3.1.0 to 3.7.1 #71

build(deps-dev): bump react-native-reanimated from 3.1.0 to 3.7.1

build(deps-dev): bump react-native-reanimated from 3.1.0 to 3.7.1 #71

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