File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6363 run : forge config
6464 env :
6565 FOUNDRY_PROFILE : ci
66+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
6667
6768 - name : Ensure Solidity version consistency
6869 run : |
@@ -100,11 +101,13 @@ jobs:
100101 run : forge config
101102 env :
102103 FOUNDRY_PROFILE : default
104+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
103105
104106 - name : Run snapshot
105107 run : NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
106108 env :
107109 FOUNDRY_PROFILE : default
110+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
108111
109112 - name : Slither static analyser
110113 uses : crytic/slither-action@v0.4.0
@@ -142,6 +145,7 @@ jobs:
142145 run : forge config
143146 env :
144147 FOUNDRY_PROFILE : default
148+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
145149
146150 - name : Set up LCOV
147151 uses : hrishikesh-kadam/setup-lcov@v1
@@ -155,6 +159,7 @@ jobs:
155159 echo '```' >> $GITHUB_STEP_SUMMARY
156160 env :
157161 FOUNDRY_PROFILE : default
162+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
158163
159164 # See https://github.com/ScopeLift/foundry-template/blob/fd3875d2e99a65dec19431723d6516b4ed76746e/.github/workflows/ci.yml#L49-L78.
160165 - name : Remove unnecessary `test` directory
@@ -185,6 +190,7 @@ jobs:
185190 run : forge coverage --report lcov --lcov-version 1.16
186191 env :
187192 FOUNDRY_PROFILE : default
193+ FOUNDRY_DISABLE_NIGHTLY_WARNING : " 1"
188194
189195 # See https://github.com/ScopeLift/foundry-template/blob/fd3875d2e99a65dec19431723d6516b4ed76746e/.github/workflows/ci.yml#L49-L78.
190196 - name : Remove unnecessary `test` directory
You can’t perform that action at this time.
0 commit comments