-
Notifications
You must be signed in to change notification settings - Fork 6
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
DangerSwiftPeriphery.CommandError #61
Comments
failure(DangerSwiftPeriphery.CommandError.standard(exitCode: 1, description: "error: Could not find Package.swift in this directory or any of its parent directories.")) , but Im in the same level as Package.swift |
@rarias84 |
I have something like this |
Any update on this @taji-taji @rarias84? I have a similar setup where I get the same issue, however if I try to run the exact same output manually in the terminal it runs fine via danger ran locally with Periphery verbose: true
if I run the exact same periphery command directly in the terminal then it runs perfectly. |
Seeing this issue too. Any updates? |
When I run DangerPeriphery.scan with any config I received this "The operation couldn’t be completed. (DangerSwiftPeriphery.CommandError error 1.)" in local and CI
The text was updated successfully, but these errors were encountered: