Skip to content

Merge branch 'v4' of github.com:collective-soundworks/soundworks into v4 #65

Merge branch 'v4' of github.com:collective-soundworks/soundworks into v4

Merge branch 'v4' of github.com:collective-soundworks/soundworks into v4 #65

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 test -- tests/**.spec.js