Skip to content

Commit

Permalink
Fix buck test
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Feb 26, 2022
1 parent 5d61cc3 commit 4860924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ jobs:
# Install Buck
- install_buck_tooling
- run:
name: Test hermes chrome inspector
command: buck test //ReactCommon/hermes/inspector/chrome
name: Test hermes inspector
command: buck test ReactCommon/hermes/inspector --config build.threads=$BUILD_THREADS --xml ./reports/buck/all-results-raw.xml

# -------------------------
# JOBS: Test Android
Expand Down

0 comments on commit 4860924

Please sign in to comment.