Skip to content

👷🏻 Fix CI

👷🏻 Fix CI #9

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn run build
- run: yarn test