chore(ws): run tests for frontend in GHA (#75)

Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
This commit is contained in:
Griffin Sullivan 2024-12-05 16:25:00 -05:00 committed by GitHub
parent d1a8c3ccb7
commit 90c21dfc90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ jobs:
working-directory: workspaces/frontend
run: npm run build
- name: Run tests
working-directory: workspaces/frontend
run: npm run test
- name: Check if there are uncommitted file changes
working-directory: workspaces/frontend
run: |