Skip to content

Commit d861f72

Browse files
committed
chore: add job for grid performance
1 parent 0e99cc8 commit d861f72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
npm ci
4848
npm run build
4949
50+
- name: Build Grid Performance app
51+
working-directory: ./examples-standalone/grid-performance
52+
run: |
53+
npm ci
54+
npm run build
55+
5056
standalone-examples-node18:
5157
runs-on: ubuntu-latest
5258

0 commit comments

Comments
 (0)