Skip to content

Commit

Permalink
move file to reports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jan 14, 2025
1 parent ac244a4 commit 8c5e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
run: |
mkdir ./reports
./gates_report_brillig_execution.sh 9223372036854775807
mv gates_report_brillig_execution.json ../gates_report_brillig_execution_inliner_max.json
mv gates_report_brillig_execution.json ./reports/gates_report_brillig_execution_inliner_max.json
jq '.programs | length' ./reports/gates_report_brillig_execution_inliner_max.json
./gates_report_brillig_execution.sh 0
Expand Down

0 comments on commit 8c5e32d

Please sign in to comment.