File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
54
54
command : |
55
55
./scripts/zeppelin.sh
56
56
e2e-nomiclabs :
57
- docker :
58
- - image : cimg/node:18.19.0
57
+ machine : true
59
58
steps :
60
59
- checkout
60
+ - << : *step_install_nvm
61
61
- run :
62
62
name : Hardhat E2E
63
63
command : |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function verifyMatrixExists {
22
22
23
23
# Get rid of any caches
24
24
sudo rm -rf node_modules
25
- # echo "NVM CURRENT >>>>>" && nvm current
25
+ echo " NVM CURRENT >>>>>" && nvm current
26
26
27
27
# Use PR env variables (for forks) or fallback on local if PR not available
28
28
SED_REGEX=" s/git@github.com:/https:\/\/github.com\//"
@@ -69,15 +69,15 @@ cd ..
69
69
npm install -g yarn
70
70
git clone https://github.com/cgewecke/template-ethereum-contracts.git
71
71
cd template-ethereum-contracts
72
- sudo yarn
73
- sudo yarn add $PR_PATH --dev
72
+ yarn
73
+ yarn add $PR_PATH --dev
74
74
cat package.json
75
75
76
76
# Here we want to make sure that HH cache triggers a
77
77
# complete recompile after coverage runs by verifying
78
78
# that gas consumption is same in both runs.
79
- sudo yarn run gas
80
- sudo yarn run coverage
81
- sudo yarn run gas
79
+ yarn run gas
80
+ yarn run coverage
81
+ yarn run gas
82
82
83
83
verifyCoverageExists
You can’t perform that action at this time.
0 commit comments