diff --git a/.replit b/.replit index 41a5423..497a596 100644 --- a/.replit +++ b/.replit @@ -11,6 +11,26 @@ env = { "CI" = "true" } [workflows] runButton = "Project" +[[workflows.workflow]] +name = "Project" +mode = "parallel" +author = "agent" + +[[workflows.workflow.tasks]] +task = "workflow.run" +args = "test" + +[[workflows.workflow]] +name = "test" +author = "agent" + +[[workflows.workflow.tasks]] +task = "shell.exec" +args = "pnpm --filter @workspace/api-server run test" + +[workflows.workflow.metadata] +isValidation = true + [agent] stack = "PNPM_WORKSPACE" expertMode = true