Skip to content

fix(backend): return 404 instead of 500 for audio of failed generations #369

fix(backend): return 404 instead of 500 for audio of failed generations

fix(backend): return 404 instead of 500 for audio of failed generations #369

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
frontend-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Typecheck app + web
run: bun run typecheck
- name: Build web smoke test
run: bun run build:web