Skip to content

Commit

Permalink
Update .github/workflows/checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw authored Jan 12, 2024
1 parent 50d7935 commit 49b4f5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49b4f5c

Please sign in to comment.