Skip to content

Merge pull request #343 from Ammmob/patch-1 #29

Merge pull request #343 from Ammmob/patch-1

Merge pull request #343 from Ammmob/patch-1 #29

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