From b9ce1d6a8f2c66e3614c1bbb11b6e7aacb769c35 Mon Sep 17 00:00:00 2001 From: Richard Roberson Date: Sun, 22 Jun 2025 12:58:11 -0600 Subject: [PATCH] Change tts url for tests --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5df96a1..a66aec1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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