Skip to content

Commit 43a44ab

Browse files
committed
Fix tests
1 parent e03c374 commit 43a44ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run Playwright tests
2525
env:
2626
NEXT_PUBLIC_NODE_ENV: test
27-
API_BASE: https://tts.richardr.dev/v1
27+
API_BASE: https://koko.richardr.dev/v1
2828
API_KEY: not-needed
2929
run: npx playwright test --reporter=list,github,html
3030
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)