We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ec9d3 commit 986dfbdCopy full SHA for 986dfbd
1 file changed
FHIRValidationAction/scripts/configure-packages.py
@@ -15,7 +15,7 @@
15
config_path = os.path.join(script_dir, "config.json")
16
17
#for github actions
18
-test_script_repo_path = f"{Path.cwd()}/validation"
+test_script_repo_path = f"{Path.cwd()}/validation/FHIRValidationAction"
19
package_path = Path.cwd()
20
21
#for testing locally
0 commit comments