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 8b219b7 commit c108f4e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@ jobs:
run: npm install

- name: Run tests
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"
run: npm test -- --ci --reporters="default"

0 comments on commit c108f4e

Please sign in to comment.