From 05d116fece35fe094a0a786d4531e5c0614ffe01 Mon Sep 17 00:00:00 2001 From: zaporter-work Date: Wed, 29 Nov 2023 11:40:20 -0500 Subject: [PATCH] add test readme --- test/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/README.md 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