add testing to status-page functions (#12)

This commit is contained in:
2026-04-25 14:53:38 +02:00
committed by GitHub
parent 298feb574e
commit 1bd96d046c
13 changed files with 154 additions and 43 deletions
+4 -1
View File
@@ -36,5 +36,8 @@ jobs:
- name: Build status page
run: npm run build:pages
- name: Run tests
- name: Run worker tests
run: npm run test
- name: Run status-page tests
run: npm run test:pages