-
Notifications
You must be signed in to change notification settings - Fork 60
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
Plugin with basename foo.zip is not installed #773
Comments
I haven't checked, but I don't think we support testing a local ZIP file. It's either a URL to a ZIP file or a path to a directory. When using |
Yes, local zip in not supported yet. |
Is this on the roadmap? |
Not sure it‘s worth it, you could just unzip it yourself with a single command or double click. |
Closing this for now as it's trivial to extract a zip file before running PCP. |
Hey there, nice work on this plugin! Many tooling things to learn while browsing the code :)
The readme states this:
I have created composer script in my plugin that creates a test dist-archive:
I run it like this:
That successfully creates a nice plugin.zip above my plugin in the /plugins folder. Now, according to the above cite from the readme, shouldn't I be able to do this?
That fails with the error:
It indeed isn't installed. But I would love to be able to check it without needing to install it – otherwise this will be a painful manual process...
The text was updated successfully, but these errors were encountered: