mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Merge pull request #1326 from paperclipai/ci/pr-e2e-tests
ci: run e2e tests on PRs
This commit is contained in:
commit
036e2b52db
2 changed files with 70 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default defineConfig({
|
|||
webServer: {
|
||||
command: `pnpm paperclipai run`,
|
||||
url: `${BASE_URL}/api/health`,
|
||||
reuseExistingServer: !!process.env.CI,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 120_000,
|
||||
stdout: "pipe",
|
||||
stderr: "pipe",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue