Skip to content

add a release workflow file #45

add a release workflow file

add a release workflow file #45

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install
- run: yarn test