Skip to content

Merge pull request #55 from Renato66/52-error #33

Merge pull request #55 from Renato66/52-error

Merge pull request #55 from Renato66/52-error #33

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 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: yarn install && test
run: |
yarn install
yarn test