mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
style(ci): format performance workflow test
This commit is contained in:
@@ -153,9 +153,7 @@ describe("OpenClaw performance workflow", () => {
|
||||
|
||||
expect(baseline.if).toBeUndefined();
|
||||
expect(baseline.env?.CLAWGRIT_REPORTS_TOKEN).toBeUndefined();
|
||||
expect(run).toContain(
|
||||
'remote add origin "https://github.com/openclaw/clawgrit-reports.git"',
|
||||
);
|
||||
expect(run).toContain('remote add origin "https://github.com/openclaw/clawgrit-reports.git"');
|
||||
expect(run).toContain("fetch --filter=blob:none --depth=1 origin main");
|
||||
expect(run).toContain('cat-file -e "FETCH_HEAD:${pointer}"');
|
||||
expect(run).toContain('show "FETCH_HEAD:${pointer}"');
|
||||
|
||||
Reference in New Issue
Block a user