We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think that we're running CI tests on Java 8 like so
spotless/.circleci/config.yml
Lines 115 to 125 in 2b62d00
along with the NPM-only tests here
Lines 92 to 107 in 2b62d00
@tbroyer pointed out that if that were the case, this test (ecca2b8) should have been failing for months.
We should track this down someday to confirm what's going on.
The text was updated successfully, but these errors were encountered:
Along these same lines, the test results from test_npm_8 aren't getting slurped by CircleCI properly, as discovered in #900. We fix that too.
test_npm_8
Sorry, something went wrong.
Also, we should adopt https://github.com/gradle/test-retry-gradle-plugin so we can spend less time on flaky test failures.
No branches or pull requests
I think that we're running CI tests on Java 8 like so
spotless/.circleci/config.yml
Lines 115 to 125 in 2b62d00
along with the NPM-only tests here
spotless/.circleci/config.yml
Lines 92 to 107 in 2b62d00
@tbroyer pointed out that if that were the case, this test (ecca2b8) should have been failing for months.
We should track this down someday to confirm what's going on.
The text was updated successfully, but these errors were encountered: