Skip to content

Merge pull request #98 from collective-soundworks/hotfix/97 #167

Merge pull request #98 from collective-soundworks/hotfix/97

Merge pull request #98 from collective-soundworks/hotfix/97 #167

Workflow file for this run

name: Unit Tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'Install Node'
uses: actions/[email protected]
- name: Install dependencies
run: npm install
- name: "Run Test"
run: npm run test:all