Skip to content

Commit

Permalink
Merge branch 'gasreport' into testing/gasreport/erc721
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jul 6, 2022
2 parents 69247b5 + 9776c32 commit 7f1f795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ jobs:
- uses: actions/checkout@v3
- name: Set up environment
uses: ./.github/actions/setup
- name: "Download reference report"
- name: 'Download reference report'
run: |
RUN_ID=`gh run list --repo ${{ github.repository }} --branch ${{ github.base_ref }} --workflow ${{ github.workflow }} --json databaseId --jq '.[0].databaseId'`
gh run download ${RUN_ID} --repo ${{ github.repository }} -n gasreport
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Generate new report"
- name: 'Generate new report'
run: npm run test
env:
GAS: true
GAS_REPORT: HEAD.gasreport.log~
- name: "Compare reports"
- name: 'Compare reports'
run: node scripts/checks/compareGasReports.js HEAD.gasreport.log~ ${{ github.base_ref }}.gasreport.log

gasCache:
Expand Down

0 comments on commit 7f1f795

Please sign in to comment.