Skip to content

fix: Included script in action-release workflow #4

fix: Included script in action-release workflow

fix: Included script in action-release workflow #4

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install testing dependencies
run: yarn install
- name: Run Tests
run: yarn test