diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..e94b610 --- /dev/null +++ b/test/README.md @@ -0,0 +1,9 @@ +This is a simple test module uploaded during the github action tests defined in .github/workflows/testme.yml + +The module.tar.gz was created by running: + +```sh +tar -czf module.tar.gz ./run.sh +``` + +The meta.js points to `run.sh` so the tar command must be run from the `test` directory