GHA Main UI checks: Run unit tests (#2491)

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pull/2493/head
Florian Hotze 2024-03-23 10:00:44 +01:00 committed by GitHub
parent 1bebae32ea
commit a81bb0dd3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ jobs:
- name: Run ESLint
run: npm run lint
- name: Run Unit Tests
run: npm run test:unit
webpack-stats:
runs-on: ubuntu-latest