Commit 91a0e2d 1 parent 44408b5 commit 91a0e2d Copy full SHA for 91a0e2d
File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
submodules : recursive
24
24
fetch-depth : 0
25
-
25
+
26
26
- name : Run install
27
27
uses : borales/actions-yarn@v4
28
28
with :
@@ -33,12 +33,18 @@ jobs:
33
33
with :
34
34
version : nightly
35
35
36
+ - name : Create .env
37
+ run : |
38
+ touch .env
39
+ echo "MULTISIG_ADDRESS=${{ secrets.MULTISIG_ADDRESS }}" >> .env
40
+
41
+
36
42
# first, build contracts excluding the tests and scripts. Check contract sizes in this step.
37
43
- name : Run Contract Size check
38
44
run : |
39
45
forge --version
40
46
forge build --force --sizes --skip test --skip script
41
-
47
+
42
48
# This step requires full build to be run first
43
49
- name : Upgrade Safety test
44
50
run : |
53
59
- name : Run solhint
54
60
run : npx solhint contracts/**/*.sol
55
61
62
+ - name : Remove .env
63
+ run : rm .env
64
+
65
+
56
66
Coverage :
57
67
needs : [foundry-test]
58
68
uses : storyprotocol/gha-workflows/.github/workflows/reusable-forge-code-coverage.yml@main
You can’t perform that action at this time.
0 commit comments