We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44408b5 commit ba05783Copy full SHA for ba05783
.github/workflows/foundry_ci.yml
@@ -17,12 +17,14 @@ jobs:
17
name: Foundry Unit Test
18
runs-on: ubuntu-latest
19
needs: [Timestamp]
20
+ env:
21
+ MULTISIG_ADDRESS: ${{ secrets.MULTISIG_ADDRESS }}
22
steps:
23
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24
with:
25
submodules: recursive
26
fetch-depth: 0
-
27
+
28
- name: Run install
29
uses: borales/actions-yarn@v4
30
@@ -38,7 +40,7 @@ jobs:
38
40
run: |
39
41
forge --version
42
forge build --force --sizes --skip test --skip script
43
44
# This step requires full build to be run first
45
- name: Upgrade Safety test
46
0 commit comments