Skip to content

Commit

Permalink
GHA Main UI checks: Run unit tests (openhab#2491)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Mar 23, 2024
1 parent 1bebae3 commit a81bb0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mainui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a81bb0d

Please sign in to comment.