mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Testing deployment
This commit is contained in:
commit
d2403bbf68
2 changed files with 2 additions and 2 deletions
2
.github/workflows/1.yml
vendored
2
.github/workflows/1.yml
vendored
|
|
@ -1,5 +1,5 @@
|
|||
name: deploy-hardhat
|
||||
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"hardhat": "^2.22.5",
|
||||
"@nomiclabs/hardhat-waffle": "^2.0.0",
|
||||
"ethereum-waffle": "^3.4.0",
|
||||
"chai": "^4.3.4"
|
||||
"chai": "^4.3.4",
|
||||
"ethers": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue