Skip to content

Commit 9561c2a

Browse files
ci: print md tables for forge tests
1 parent e4b96a5 commit 9561c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forge-benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: matter-labs/era-compiler-ci/.github/workflows/forge-benchmarks.yaml@v1
3535
secrets: inherit
3636
with:
37-
print-markdown-tables: 'false' # do not print markdown tables to PRs
37+
print-markdown-tables: 'true' # do not print markdown tables to PRs
3838
upload-reports: ${{ github.event_name == 'pull_request' }}
3939
solx_candidate_branch: ${{ inputs.solx_candidate_branch || 'main' }}
4040
solx_reference_branch: ${{ inputs.solx_reference_branch || 'main' }}

0 commit comments

Comments
 (0)