From 051c53842772539cdaa460b13d686fcce33ee69c Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Mon, 13 Jan 2025 21:41:16 +0000 Subject: [PATCH] fix cat --- .github/workflows/reports.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index b005ce696b5..88822a45739 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -130,9 +130,8 @@ jobs: - name: Merge compilation reports using jq run: | - mv ./.github/scripts/merge-bench-reports.sh merge-bench-reports.sh jq -s '[.[][]]' ./reports/* > gates_report_brillig.json - cat gates_report_brillig + cat gates_report_brillig.json - name: Compare Brillig bytecode size reports id: brillig_bytecode_diff