Fix docker test

This commit is contained in:
Michael Telatynski
2026-06-08 13:14:26 +01:00
parent 763df4d425
commit c315848c47
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
set -x
# Make a fake module to test the image
MODULE_PATH="test_modules/module_name/index.js"
MODULE_PATH="modules/module_name/index.js"
mkdir -p $(dirname $MODULE_PATH)
echo 'alert("Testing");' > $MODULE_PATH