Skip to content

Commit

Permalink
Michal's review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 8, 2024
1 parent d9b6aa7 commit 0dc2ca4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,8 @@ jobs:
- checkout
- install_js
- run:
name: prepare danger on PRs
command: pnpm danger ci
environment:
DANGER_COMMAND: prepareBundleSizeReport
name: Run danger on PRs
command: pnpm danger ci --fail-on-errors
# TODO test bundle size https://github.com/mui/base-ui/issues/201
workflows:
version: 2
Expand Down Expand Up @@ -448,11 +446,11 @@ workflows:
<<: *default-context
requires:
- checkout
<<<<<<< HEAD
- test_e2e:
=======
<<: *default-context
requires:
- checkout
- test_bundle_size_monitor:
>>>>>>> 17292f7a ([docs] Link to docs on PRs)
<<: *default-context
requires:
- checkout
Expand Down

0 comments on commit 0dc2ca4

Please sign in to comment.