Skip to content

Commit a02082e

Browse files
authored
Merge pull request #2 from SkriptLang/patch/submodule-pull
Update submodules after checkout
2 parents ebe7bf9 + 8061da6 commit a02082e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class EnvironmentResource(TypedDict):
4242
os.chdir(skript_repo_path)
4343
if skript_repo_ref is not None and not skript_repo_ref.isspace():
4444
subprocess.run(("git", "checkout", "-f", skript_repo_ref))
45+
subprocess.run(("git", "submodule", "update", "--recursive"))
4546
if not run_vanilla_tests:
4647
print("Deleting vanilla tests")
4748
delete_contents_of_directory(skript_test_directory)

0 commit comments

Comments
 (0)