-
Notifications
You must be signed in to change notification settings - Fork 77
Local Review Doesn't Work #140
Copy link
Copy link
Open
Labels
backlogIdentified as a backlog item, often combined with low-priority and help-wanted labelsIdentified as a backlog item, often combined with low-priority and help-wanted labelsbugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
backlogIdentified as a backlog item, often combined with low-priority and help-wanted labelsIdentified as a backlog item, often combined with low-priority and help-wanted labelsbugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Orb version:
11+
What happened:
Method 1:
circleci local execute --job orb-tools/reviewWhy this wont work:
The review job utilizes the
save_test_resultsstep which isnt supported locally and will cause the job to failMethod 2:
bats ./src/scripts/review.batsWhy this wont work:
The
review.batsscript is local to the orb-tools orb and will not be present in the local files of another orb without cloning it down first.Expected behavior:
Ideally, it would be possible to run the
circleci local executejob locally, though we would need a way to retrieve and then ideally view the JUNIT output.Better output can be achieved locally by not exporting to JUNIT, but we would need the user to have
batsinstalled and thereviewscript locally.Other:
CircleCI-Public/circleci-cli#684