Fix tests
This commit is contained in:
parent
e03c374632
commit
43a44abcb2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Run Playwright tests
|
||||
env:
|
||||
NEXT_PUBLIC_NODE_ENV: test
|
||||
API_BASE: https://tts.richardr.dev/v1
|
||||
API_BASE: https://koko.richardr.dev/v1
|
||||
API_KEY: not-needed
|
||||
run: npx playwright test --reporter=list,github,html
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue