We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39703c1 commit b96f6b4Copy full SHA for b96f6b4
1 file changed
FHIRValidationAction/scripts/configure-packages.py
@@ -15,12 +15,12 @@
15
config_path = os.path.join(script_dir, "config.json")
16
17
#for github actions
18
-#test_script_repo_path = f"{Path.cwd()}/validation"
19
-#package_path = Path.cwd()
+test_script_repo_path = f"{Path.cwd()}/validation"
+package_path = Path.cwd()
20
21
#for testing locally
22
-test_script_repo_path = "."
23
-package_path = "./test"
+#test_script_repo_path = "."
+#package_path = "./test"
24
25
with open(config_path,"r") as f:
26
config = json.load(f)
0 commit comments