fix: Run foundry tests on PR branch (not main)
This commit is contained in:
1
.github/workflows/evm-foundry-ci.yml
vendored
1
.github/workflows/evm-foundry-ci.yml
vendored
@@ -15,6 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
with:
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Foundry
|
- name: Install Foundry
|
||||||
|
|||||||
Reference in New Issue
Block a user