Skip to content

Commit 89a8faf

Browse files
Add coverage-pools module to the CI flow
We're ready to include the deploy of the `@keep-network/coverage-pools` contracts to the CI flow. We're placing the `github.com/keep-network/coverage-pools` module after the `github.com/threshold-network/solidity-contracts`, as coverage-pools have a dependency to the `threshold-network/solidity-contracts`, but not to any of the downstream modules.
1 parent 2276d39 commit 89a8faf

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

actions/notify-workflow-completed/dist/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"defaultModule": "github.com/threshold-network/solidity-contracts",
33
"modules": {
44
"github.com/threshold-network/solidity-contracts": {
5+
"workflow": "contracts.yml",
6+
"downstream": [
7+
"github.com/keep-network/coverage-pools"
8+
]
9+
},
10+
"github.com/keep-network/coverage-pools": {
511
"workflow": "contracts.yml",
612
"downstream": [
713
"github.com/keep-network/keep-core/random-beacon"

actions/run-workflow/dist/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"defaultModule": "github.com/threshold-network/solidity-contracts",
33
"modules": {
44
"github.com/threshold-network/solidity-contracts": {
5+
"workflow": "contracts.yml",
6+
"downstream": [
7+
"github.com/keep-network/coverage-pools"
8+
]
9+
},
10+
"github.com/keep-network/coverage-pools": {
511
"workflow": "contracts.yml",
612
"downstream": [
713
"github.com/keep-network/keep-core/random-beacon"

actions/upstream-builds-query/dist/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"defaultModule": "github.com/threshold-network/solidity-contracts",
33
"modules": {
44
"github.com/threshold-network/solidity-contracts": {
5+
"workflow": "contracts.yml",
6+
"downstream": [
7+
"github.com/keep-network/coverage-pools"
8+
]
9+
},
10+
"github.com/keep-network/coverage-pools": {
511
"workflow": "contracts.yml",
612
"downstream": [
713
"github.com/keep-network/keep-core/random-beacon"

config/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"defaultModule": "github.com/threshold-network/solidity-contracts",
33
"modules": {
44
"github.com/threshold-network/solidity-contracts": {
5+
"workflow": "contracts.yml",
6+
"downstream": [
7+
"github.com/keep-network/coverage-pools"
8+
]
9+
},
10+
"github.com/keep-network/coverage-pools": {
511
"workflow": "contracts.yml",
612
"downstream": [
713
"github.com/keep-network/keep-core/random-beacon"

0 commit comments

Comments
 (0)