Skip to content

Commit

Permalink
chore: Update gas report workflow and script paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Jun 1, 2024
1 parent 0cc4eb1 commit b1e8d85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gas_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ on:
- dev
- main

permissions: write-all

jobs:
generate-gas-report:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for git diff
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Cache Yarn dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit b1e8d85

Please sign in to comment.