Skip to content

ci: version bump to v0.3.9 #89

ci: version bump to v0.3.9

ci: version bump to v0.3.9 #89

Workflow file for this run

name: Run Tests
on:
- push
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
- name: NPM Install
run: npm install
- name: Run Tests
run: npm run test