Skip to content

Install and Test

Install and Test #77

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