Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CircleCI Local: Unsupported commands cause failure #684

Open
KyleTryon opened this issue Apr 7, 2022 · 0 comments
Open

CircleCI Local: Unsupported commands cause failure #684

KyleTryon opened this issue Apr 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@KyleTryon
Copy link
Contributor

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.

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?:

Additional Information:

CircleCI-Public/orb-tools-orb#140

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant