Skip to content

Refactoring with MusicXML fixes #51

Refactoring with MusicXML fixes

Refactoring with MusicXML fixes #51

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libxml2-utils
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test && npm run test:bundle
env:
CI: true