You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a CircleCI job locally (ex: circleci local execute --job orb-tools/review), if that job contains certain steps which are supported on CircleCI Cloud but not CircleCI Local, the job will fail locally.
In this example, a test is ran, and the JUNIT results are uploaded via the store_test_results step. On CircleCI this will run but locally this will cause an error.
Error:
Exited with code exit status 1
Step failed
====>> Uploading test results
Archiving the following test results
* /tmp/orb_dev_kit/review/review.xml
Error: Failed uploading test results
Error not supported
Expected behavior:
Ideally, there would be some kind of volume mount we could attach to find the uploaded. In any event, if this is not supported locally but non-critical, I would like to see this not fail.
When did this begin / Was this previously working?:
Meta:
CircleCI CLI Version:
0.1.16947+263902a
Operating System:
MacOS
CircleCI CLI Diagnostic:
Current behavior:
When running a CircleCI job locally (ex:
circleci local execute --job orb-tools/review
), if that job contains certain steps which are supported on CircleCI Cloud but not CircleCI Local, the job will fail locally.In this example, a test is ran, and the JUNIT results are uploaded via the
store_test_results
step. On CircleCI this will run but locally this will cause an error.Expected behavior:
Ideally, there would be some kind of volume mount we could attach to find the uploaded. In any event, if this is not supported locally but non-critical, I would like to see this not fail.
When did this begin / Was this previously working?:
Additional Information:
CircleCI-Public/orb-tools-orb#140
The text was updated successfully, but these errors were encountered: