Skip to content

Commit

Permalink
Simplify CI pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scc33 committed Jul 11, 2024
1 parent 2ad3aeb commit 8a272bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,8 @@ jobs:
# Now we run our tests
- name: Run tests
run: bun run test
# Now we run our lints
- name: Run lints
run: bun run lint
# This comments the current Jest Coverage Report containing JUnit XML reports and a Code Coverage Summary
- name: Jest Coverage Comment
# This comments the current Jest Coverage Report containing JUnit XML reports
# and a Code Coverage Summary
uses: MishaKav/jest-coverage-comment@434e6d2d37116d23d812809b61d499639842fa3b # v1.0.26
with:
title: "Unit Test Coverage Report"
Expand Down

0 comments on commit 8a272bf

Please sign in to comment.