Skip to content

Update SDK deps version to allow scribe asr #35

Update SDK deps version to allow scribe asr

Update SDK deps version to allow scribe asr #35

Workflow file for this run

name: CLI E2E Tests
on:
pull_request:
paths:
- 'src/**'
- 'package.json'
- 'tsconfig.json'
workflow_dispatch:
jobs:
test-e2e:
name: E2E Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm run build
- name: Run E2E tests
run: pnpm run test:e2e
env:
ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_TEST_API_KEY }}
ELEVENLABS_TEST_API_KEY: ${{ secrets.ELEVENLABS_TEST_API_KEY_SECONDARY }}
- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
with:
name: test-results
path: coverage/