Skip to content

Revert "fix(playback): pace stream writer with a 250 ms lead to stop … #1438

Revert "fix(playback): pace stream writer with a 250 ms lead to stop …

Revert "fix(playback): pace stream writer with a 250 ms lead to stop … #1438

Workflow file for this run

name: webui
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: bun
args: |
install
run test
working-directory: webui/rockbox
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}