Skip to content

Merge pull request #344 from Ammmob/patch-2 #30

Merge pull request #344 from Ammmob/patch-2

Merge pull request #344 from Ammmob/patch-2 #30

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