We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b20bb commit fa33faeCopy full SHA for fa33fae
dockerfiles/test.py
@@ -4,6 +4,11 @@
4
5
print(f"DATA_FILES_PATH={DATA_FILES_PATH}")
6
7
-for sub_path in ("templates", "static/components", "static/css/style.min.css"):
+for sub_path in (
8
+ "templates",
9
+ "static/components",
10
+ "static/css/style.min.css",
11
+ "static/js/admin-react.js",
12
+):
13
path = os.path.join(DATA_FILES_PATH, sub_path)
14
assert os.path.exists(path), path
0 commit comments