Skip to content

chore(*): allow empty tests #1

chore(*): allow empty tests

chore(*): allow empty tests #1

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches:
- main
- next
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test