Skip to content

Commit 525f6b7

Browse files
committed
chore: add job for grid performance
1 parent 243a025 commit 525f6b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
run: |
5353
npm ci
5454
55+
- name: Build Grid Performance app
56+
working-directory: ./examples-standalone/grid-performance
57+
run: |
58+
npm ci
59+
npm run build
60+
5561
- name: Build Electron dashboard app
5662
working-directory: ./examples-standalone/electron-dashboard
5763
run: |

0 commit comments

Comments
 (0)