We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944e95a commit e867ceeCopy full SHA for e867cee
.github/workflows/frontend-test.yml
@@ -24,7 +24,8 @@ jobs:
24
cd codigo-fonte/front
25
npm ci
26
27
- - name: Run tests
+ - name: Run tests with Jest GitHub Actions Reporter
28
run: |
29
30
- npm test
+ npm install --save-dev jest-github-actions-reporter
31
+ npm test -- --reporters=default --reporters=jest-github-actions-reporter
0 commit comments