Skip to content

feat: some more tests #2

feat: some more tests

feat: some more tests #2

Workflow file for this run

# install dependencies with yarn and run "yarn test"
name: test
on:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: yarn
- run: yarn test