forked from codeoverflow-org/nodecg-io
-
Notifications
You must be signed in to change notification settings - Fork 0
40 lines (33 loc) · 894 Bytes
/
test.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: test
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
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 --reinstall alsa-base alsa-utils
- name: Patch
continue-on-error: true
run: echo patch
- name: Debug
continue-on-error: true
run: |
sudo modprobe snd
sudo ls -lah /proc/asound/
sudo cat /proc/asound/devices
sudo cat /proc/asound/oss/devices
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