mirror of
https://github.com/zadam/trilium.git
synced 2025-10-01 11:06:54 +08:00
chore(forge): add an arbitrary wait to see if it solves some CI errors
This commit is contained in:
parent
ce305f0f45
commit
4f6729857b
1 changed files with 3 additions and 0 deletions
|
@ -211,6 +211,9 @@ const config: ForgeConfig = {
|
|||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
// Wait for a while to ensure the file system operations are completed.
|
||||
await new Promise(resolve => setTimeout(resolve, 3000));
|
||||
},
|
||||
// Gather all the artifacts produced by the makers and copy them to a common upload directory.
|
||||
async postMake(_, makeResults) {
|
||||
|
|
Loading…
Add table
Reference in a new issue