Skip to content

Commit afc5671

Browse files
committed
Working on documentation
1 parent 1fc94eb commit afc5671

29 files changed

Lines changed: 4028 additions & 1077 deletions

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 24
22+
- name: Install frontend dependencies
23+
working-directory: frontend
24+
run: npm ci
25+
- name: Run frontend tests
26+
working-directory: frontend
27+
run: npm test
2228
- name: Install PlatformIO Core
2329
run: pip install --upgrade platformio
2430
- name: Prepare configuration

0 commit comments

Comments
 (0)