forked from compound-finance/comet
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (30 loc) · 1.01 KB
/
run-gas-profiler.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Run Tests With Gas Profiler
on:
workflow_dispatch:
pull_request:
jobs:
run-gas-profiler:
name: Gas profiler
runs-on: ubuntu-latest
env:
COINMARKETCAP_API_KEY: b52b18a2-d44f-4646-9949-0eb0e9c68574
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
SNOWTRACE_KEY: ${{ secrets.SNOWTRACE_KEY }}
INFURA_KEY: ${{ secrets.INFURA_KEY }}
ANKR_KEY: ${{ secrets.ANKR_KEY }}
POLYGONSCAN_KEY: ${{ secrets.POLYGONSCAN_KEY }}
ARBISCAN_KEY: ${{ secrets.ARBISCAN_KEY }}
LINEASCAN_KEY: ${{ secrets.LINEASCAN_KEY }}
OPTIMISMSCAN_KEY: ${{ secrets.OPTIMISMSCAN_KEY }}
MANTLESCAN_KEY: ${{ secrets.MANTLESCAN_KEY }}
SCROLLSCAN_KEY: ${{ secrets.SCROLLSCAN_KEY }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install packages
run: yarn install --non-interactive --frozen-lockfile && yarn build
- name: Measure
run: yarn gas