| commit | 9b7421ac7ad75ad949e32d1606afcd685443ef8c | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Jun 18 12:31:13 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Wed Jun 18 15:19:21 2025 +0000 |
| tree | 97464a6c474781bd521c96e034733cec0c7b6ab5 | |
| parent | dbabb10be6f6211d630e526d45aa54eae59756c9 [diff] [blame] |
Canvas: Generate Github nodes out of the dodo-app config Change-Id: Ifc5b09deb39352a3025f7ea66ce39b421daac94d
diff --git a/Jenkinsfile b/Jenkinsfile index b619ff5..8f651cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -25,11 +25,13 @@ sh 'npm install' sh 'npm run format-check' sh 'npm run lint' + sh 'npm run test' } dir('apps/canvas/back') { sh 'npm install' sh 'npm run format-check' sh 'npm run lint' + sh 'npm run test' } dir('apps/canvas/front') { sh 'npm install'