Skip to content

Update test.yaml

Update test.yaml #11

Workflow file for this run

name: test
on: [push]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "18"
- name: Install system dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
- name: Patch
continue-on-error: true
run: sudo groupmems -g audio -u $USER
- name: Debug
continue-on-error: true
run: |
groups
ls -lah /dev/snd/
- name: Install nodejs dependencies
run: npm ci
- name: Run easymidi
env:
SDL_VIDEODRIVER: "dummy"
SDL_AUDIODRIVER: "disk"
run: npm run test