Skip to content

chore: testing main branch #38

chore: testing main branch

chore: testing main branch #38

Workflow file for this run

name: Unit test
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: yarn install && test
run: |
yarn install
yarn test