Skip to content

ci: add github test workflow #2

ci: add github test workflow

ci: add github test workflow #2

Workflow file for this run

name: jest
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
- run: yarn install
- run: yarn test