Skip to content

Update module github.com/danielgtaylor/huma to v2 #92

Update module github.com/danielgtaylor/huma to v2

Update module github.com/danielgtaylor/huma to v2 #92

Workflow file for this run

name: Test(pipewire)
on:
push:
branches: [dev]
pull_request:
branches: [dev]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: jdx/mise-action@v2
# Only for DEBUGING with remote shell
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Test pipewire
run: |
# install and start pipewire
sudo apt-get update
sudo apt-get install -y pipewire pipewire-pulse pulseaudio-utils
pipewire &
pipewire-pulse &
sleep 2
# load virtual audio device
pactl load-module module-null-sink
# run test
make test