From 49b4f5cfda9d7328abccd6b89146f597bf7dea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Garc=C3=ADa?= Date: Fri, 12 Jan 2024 14:56:32 -0600 Subject: [PATCH] Update .github/workflows/checks.yml --- .github/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d644f9c3e14..203409fa429 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,7 +29,9 @@ jobs: runs-on: ubuntu-latest env: FORCE_COLOR: 1 - CI: true # needed for "eth-gas-reporter" to produce "gasReporterOutput.json" + # Needed for "eth-gas-reporter" to produce a "gasReporterOutput.json" + # according to https://github.com/cgewecke/hardhat-gas-reporter/blob/ec80a50b14967290b290fc36192a14fa09f4d3c2/README.md?plain=1#L145 + CI: true GAS: true steps: - uses: actions/checkout@v4