test: stage live external plugins

This commit is contained in:
Peter Steinberger
2026-04-11 12:35:26 +01:00
parent 79c3dbecd1
commit 1851aa7944
2 changed files with 19 additions and 0 deletions

View File

@@ -382,6 +382,10 @@ function stageLiveTestState(params: {
}
copyDirIfExists(path.join(realStateDir, "credentials"), path.join(tempStateDir, "credentials"));
copyDirIfExists(
path.join(realStateDir, "external-plugins"),
path.join(tempStateDir, "external-plugins"),
);
copyLiveAuthProfiles(realStateDir, tempStateDir);
for (const authDir of LIVE_EXTERNAL_AUTH_DIRS) {