File tree 1 file changed +16
-6
lines changed
1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 63
63
with :
64
64
path : node_modules
65
65
key : " ${{ runner.os }}-node8-${{ hashFiles('**/package.json') }}"
66
- - run : npm install
67
- if : steps.cache-node-modules.outputs.cache-hit != 'true'
68
- working-directory : ' ${{ env.cwd }}'
66
+
67
+ - run : lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies
68
+
69
+ - run : lerna run --scope ethereumjs-vm --include-dependencies npm run build
70
+
71
+ # - run: npm install
72
+ # if: steps.cache-node-modules.outputs.cache-hit != 'true'
73
+ # working-directory: '${{ env.cwd }}'
69
74
- run : ' npm run test:state:selectedForks'
70
75
env :
71
76
CI : true
85
90
with :
86
91
path : node_modules
87
92
key : " ${{ runner.os }}-node8-${{ hashFiles('**/package.json') }}"
88
- - run : npm install
89
- if : steps.cache-node-modules.outputs.cache-hit != 'true'
90
- working-directory : ' ${{ env.cwd }}'
93
+
94
+ - run : lerna bootstrap --scope ethereumjs-vm --ignore-scripts --include-dependencies
95
+
96
+ - run : lerna run --scope ethereumjs-vm --include-dependencies npm run build
97
+
98
+ # - run: npm install
99
+ # if: steps.cache-node-modules.outputs.cache-hit != 'true'
100
+ # working-directory: '${{ env.cwd }}'
91
101
- run : ' npm run test:blockchain'
92
102
env :
93
103
CI : true
You can’t perform that action at this time.
0 commit comments