Skip to content

Commit

Permalink
Build: Disable broken cra-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 24, 2023
1 parent 1db46db commit 1699f45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ workflows:
- coverage:
requires:
- unit-tests
- cra-bench:
requires:
- build
# - cra-bench:
# requires:
# - build
- react-vite-bench:
requires:
- build
Expand Down Expand Up @@ -592,9 +592,9 @@ workflows:
- coverage:
requires:
- unit-tests
- cra-bench:
requires:
- build
# - cra-bench:
# requires:
# - build
- react-vite-bench:
requires:
- build
Expand Down

0 comments on commit 1699f45

Please sign in to comment.