modules = ["nodejs-20"] [nix] channel = "stable-24_05" [workflows] runButton = "Project" [[workflows.workflow]] name = "Project" mode = "parallel" author = "agent" [[workflows.workflow.tasks]] task = "workflow.run" args = "Test Module" [[workflows.workflow]] name = "Test Module" author = "agent" [[workflows.workflow.tasks]] task = "shell.exec" args = "npm test" [deployment] run = ["sh", "-c", "npm test"]