matomo-org / matomo-org/github-action-tests
plugin builds do not copy hidden files to /path/to/matomo/plugins/$PLUGIN_NAME
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 4
- Forks
- 8
- Avg merge
- 10d 6h
- Merged PRs (30d)
- 3
Description
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.)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scripts/bash/checkout_matomo.sh at line 15 and inspect how plugin files are copied into the cloned Matomo. Verify that a hidden file such as .wp-env.json from matomo/plugins/$PLUGIN_NAME is present afterward, including for the automated test case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- ci-cd, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100