-
Notifications
You must be signed in to change notification settings - Fork 53
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
DupFinder / InspectCode fail on GitHub Actions #695
Comments
@AdmiringWorm am I right in saying that you saw something similar to this? |
@gep13 No, that seems to be a different error. |
I was looking a bit into this some more during the weekend, and it is actually the same as the issue I was seeing (what I said in the other issue was masking the problem). It is an easy fix I believe, but I guess you will be taking a look at this problem during the stream tonight:smiley: |
@AdmiringWorm you are just going to leave me hanging like this?!?! 😛 Yip, let's pick this up during the stream, and fix what needs to be addressed. Assuming that you are going to be joining the stream? |
Hmm, I am able to reproduce this issue locally as well, so this isn't specific to GitHub Actions. |
Yeah, I will be joining the stream. |
Oh, and I think the error reported that @pascalberger mentioned isn't actually the error, and in reality obscures the actual error. I believe the issue is caused by the missing directory: Now, I will admit that I can be completely wrong about this, but I do believe this is the cause. |
On tonight's, we figured out what the problem is here. Comes down to the length of the files that are attempting to be extracted when installing the JetBrains NuGet package. I am going to document this as a known issue on the site, and move forward with the release of Cake.Recipe 2.0.0. Will close this issue once the docs are created. |
Don't know exactly where the issue lies (in my repo, Cake.Recipe or JetBrains tools). If I use DupFinder or InspectCode in a GitHub Actions workflow with Cake.Recipe 2.0.0-alpha0493 (or 1.1.2) I receive the following error:
See https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/pull/90/checks?check_run_id=1186182362.
Workflow looks like this: https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/blob/96b9ed155f7648f240798287a9f0aaf17395cd21/.github/workflows/build.yml#L9-L15
DupFinder and InspectCode both work fine on Azure Pipelines in the same repo / build.
The text was updated successfully, but these errors were encountered: