Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasanthVijayy authored Oct 16, 2024
1 parent 4726356 commit 4cbe0b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
run: npm install

- name: Run tests
run: npm test -- --ci --reporters="default"
run: |
npm test -- --ci --reporters="default" --reporters="jest-silent-reporter"
continue-on-error: true

- name: Display test case summary
run: |
echo "Test Summary:"
npm test -- --ci --reporters="jest-summary-reporter"

0 comments on commit 4cbe0b6

Please sign in to comment.