-
Notifications
You must be signed in to change notification settings - Fork 7
32 lines (29 loc) · 802 Bytes
/
test.yml
File metadata and controls
32 lines (29 loc) · 802 Bytes
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
name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
actions: read
checks: read
contents: read
repository-projects: read
jobs:
solidity-base:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
fork-rollup:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
foundry-profile: rollup
fork-url: ${{ vars.RU_RPC_URL }}
fork-host:
uses: init4tech/actions/.github/workflows/solidity-base.yml@main
with:
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
foundry-profile: host
fork-url: ${{ vars.HOST_RPC_URL }}