Skip to content

It's working!

It's working! #247

Workflow file for this run

name: Run tests
on:
pull_request:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- uses: actions/checkout@v3
- run: yarn
- run: yarn test