chore(ws): run tests for frontend in GHA (#75)
Signed-off-by: Griffin-Sullivan <gsulliva@redhat.com>
This commit is contained in:
parent
d1a8c3ccb7
commit
90c21dfc90
|
|
@ -28,6 +28,10 @@ jobs:
|
||||||
working-directory: workspaces/frontend
|
working-directory: workspaces/frontend
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
working-directory: workspaces/frontend
|
||||||
|
run: npm run test
|
||||||
|
|
||||||
- name: Check if there are uncommitted file changes
|
- name: Check if there are uncommitted file changes
|
||||||
working-directory: workspaces/frontend
|
working-directory: workspaces/frontend
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue