Skip to content

Commit 8061da6

Browse files
committed
Update submodules after checkout
1 parent ebe7bf9 commit 8061da6

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)