Skip to content

test(tts): add testutils, tests for oai, 11labs #3

test(tts): add testutils, tests for oai, 11labs

test(tts): add testutils, tests for oai, 11labs #3

Workflow file for this run

# SPDX-FileCopyrightText: 2024 LiveKit, Inc.
#
# SPDX-License-Identifier: Apache-2.0
name: Test
on:
push:
branches: [next, main]
pull_request:
branches: [next, main]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Test
run: pnpm test