Skip to content

chore: support android #90

chore: support android

chore: support android #90

Workflow file for this run

on: push
name: Install and Test
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
- run: yarn --ignore-scripts
- run: npx npm-install-peers
- run: cd example && yarn
- run: yarn prepare
- run: yarn test