Skip to content

Commit

Permalink
Disable code coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cahamilton committed Dec 15, 2023
1 parent 9baca3f commit a96b3c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
needs: build
runs-on: ubuntu-latest

# TODO: Re-enable when Jest issues are resolved
if: false

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit a96b3c1

Please sign in to comment.