diff --git a/cicd.mts b/cicd.mts index 7d44dec..5bd3973 100644 --- a/cicd.mts +++ b/cicd.mts @@ -26,6 +26,9 @@ connect( // Lint runner.withExec(['npm', 'run', 'lint']).sync(); + + // Run tests + runner.withExec(['npm', 'run', 'test']).sync(); }, { LogOutput: process.stderr }, );