Skip to content

Commit ba05783

Browse files
committed
Update foundry_ci.yml
1 parent 44408b5 commit ba05783

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/foundry_ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
name: Foundry Unit Test
1818
runs-on: ubuntu-latest
1919
needs: [Timestamp]
20+
env:
21+
MULTISIG_ADDRESS: ${{ secrets.MULTISIG_ADDRESS }}
2022
steps:
2123
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2224
with:
2325
submodules: recursive
2426
fetch-depth: 0
25-
27+
2628
- name: Run install
2729
uses: borales/actions-yarn@v4
2830
with:
@@ -38,7 +40,7 @@ jobs:
3840
run: |
3941
forge --version
4042
forge build --force --sizes --skip test --skip script
41-
43+
4244
# This step requires full build to be run first
4345
- name: Upgrade Safety test
4446
run: |

0 commit comments

Comments
 (0)