mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
ci(mantis): fix telegram run wait before checkout
This commit is contained in:
@@ -85,6 +85,7 @@ describe("Mantis Telegram Desktop proof workflow", () => {
|
||||
]) {
|
||||
expect(step.run).toContain("mantis-telegram-desktop-proof.yml");
|
||||
expect(step.run).toContain("mantis-telegram-live.yml");
|
||||
expect(step.run).toContain('gh run list --repo "$GITHUB_REPOSITORY"');
|
||||
expect(step.run).toContain("GITHUB_RUN_ID");
|
||||
expect(step.run).toContain(".createdAt < $current_created");
|
||||
expect(step.run).toContain("sleep 60");
|
||||
|
||||
Reference in New Issue
Block a user