Skip to content

Commit

Permalink
chore(ci): Temporarily disable 'check:package' step (#11520)
Browse files Browse the repository at this point in the history
This appears to be hanging and running at 100% cpu forever after recent
updates. I wish to continue to a release so will disable for the moment
and circle back with a fix.
  • Loading branch information
Josh-Walker-GM authored Sep 10, 2024
1 parent 2f0fc29 commit d71bfec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
- name: 🔎 Lint
run: yarn lint

- name: 🥡 Check packaging and attw
run: yarn check:package
# TODO(jgmw): Re-enable when it doesn't hang
# - name: 🥡 Check packaging and attw
# run: yarn check:package

- name: 🌡 Test Types
run: yarn test:types
Expand Down

0 comments on commit d71bfec

Please sign in to comment.