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
Plugin files like matomo/plugins/MyPlugin/.hidden do not get copied into the cloned Matomo in https://github.com/matomo-org/github-action-tests/blob/main/scripts/bash/checkout_matomo.sh#L15.
matomo/plugins/MyPlugin/.hidden
They should be copied, as they might be or may become necessary for automated tests.
(In my case, the file is named .wp-env.json and is needed for a new test.)
.wp-env.json
The text was updated successfully, but these errors were encountered:
Yep, that's probably a sensible thing to do. We can add shopt -s dotglob to the script.
shopt -s dotglob
Sorry, something went wrong.
@diosmosis Feel free to create a PR with the changes if this is needed.
No branches or pull requests
Plugin files like
matomo/plugins/MyPlugin/.hidden
do not get copied into the cloned Matomo in https://github.com/matomo-org/github-action-tests/blob/main/scripts/bash/checkout_matomo.sh#L15.They should be copied, as they might be or may become necessary for automated tests.
(In my case, the file is named
.wp-env.json
and is needed for a new test.)The text was updated successfully, but these errors were encountered: