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

Pull request failed on CircleCI #3180

Closed
omerko opened this issue Oct 15, 2018 · 1 comment
Closed

Pull request failed on CircleCI #3180

omerko opened this issue Oct 15, 2018 · 1 comment

Comments

@omerko
Copy link
Contributor

omerko commented Oct 15, 2018

Type of issue

Question

Description

I have a pull request that fails on CircleCI and I'm unable to know the reason:
#3172

How can I know why it fails?

@jsnellbaker
Copy link
Collaborator

If you click on the details link of the ci/circleci check in the PR, it should load the status details as to why the test failed.

In this case, it appears there are linting errors in the code you're changing. Here is a copy of the error message:

/home/circleci/Prebid.js/modules/undertoneBidAdapter.js
  115:1  error  Expected indentation of 8 spaces but found 10  indent
  116:1  error  Expected indentation of 8 spaces but found 10  indent
  117:1  error  Expected indentation of 6 spaces but found 8   indent
  118:1  error  Expected indentation of 6 spaces but found 8   indent
  119:1  error  Expected indentation of 8 spaces but found 10  indent
  120:1  error  Expected indentation of 8 spaces but found 10  indent
  121:1  error  Expected indentation of 6 spaces but found 8   indent

✖ 7 problems (7 errors, 0 warnings)
  7 errors, 0 warnings potentially fixable with the `--fix` option.

Please let me know if you have any additional questions about checking the circleci test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants