Skip to content

Merge pull request #355 from halchihal/patch-9 #46

Merge pull request #355 from halchihal/patch-9

Merge pull request #355 from halchihal/patch-9 #46

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
- name: Test
run: yarn test