We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebe7bf9 + 8061da6 commit a02082eCopy full SHA for a02082e
run-tests.py
@@ -42,6 +42,7 @@ class EnvironmentResource(TypedDict):
42
os.chdir(skript_repo_path)
43
if skript_repo_ref is not None and not skript_repo_ref.isspace():
44
subprocess.run(("git", "checkout", "-f", skript_repo_ref))
45
+ subprocess.run(("git", "submodule", "update", "--recursive"))
46
if not run_vanilla_tests:
47
print("Deleting vanilla tests")
48
delete_contents_of_directory(skript_test_directory)
0 commit comments