Skip to content

Commit e867cee

Browse files
committed
Update frontend-test.yml
1 parent 944e95a commit e867cee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/frontend-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
cd codigo-fonte/front
2525
npm ci
2626
27-
- name: Run tests
27+
- name: Run tests with Jest GitHub Actions Reporter
2828
run: |
2929
cd codigo-fonte/front
30-
npm test
30+
npm install --save-dev jest-github-actions-reporter
31+
npm test -- --reporters=default --reporters=jest-github-actions-reporter

0 commit comments

Comments
 (0)