Skip to content

Shared code update Till Jan 2 2024 #1

Shared code update Till Jan 2 2024

Shared code update Till Jan 2 2024 #1

# This workflow will install npm dependencies and run tests
name: react-native-build
on:
pull_request:
branches: [ master, main ]
paths:
- 'source/community/reactnative/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
working-directory: ./source/community/reactnative
run: npm install
- name: Run test
working-directory: ./source/community/reactnative
run: npm test