Change tts url for tests

This commit is contained in:
Richard Roberson 2025-06-22 12:58:11 -06:00
parent 17ab2d5d48
commit b9ce1d6a8f

View file

@ -24,7 +24,7 @@ jobs:
- name: Run Playwright tests
env:
NEXT_PUBLIC_NODE_ENV: test
API_BASE: https://koko.richardr.dev/v1
API_BASE: https://tts.richardr.dev/v1
API_KEY: not-needed
run: npx playwright test --reporter=list,github,html
- uses: actions/upload-artifact@v4