Skip to content

Commit

Permalink
Add coverage-pools module to the CI flow
Browse files Browse the repository at this point in the history
We're ready to inclue 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.
  • Loading branch information
michalinacienciala committed Jan 10, 2023
1 parent 2276d39 commit af0068f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions actions/notify-workflow-completed/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"defaultModule": "github.com/threshold-network/solidity-contracts",
"modules": {
"github.com/threshold-network/solidity-contracts": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/coverage-pools"
]
},
"github.com/keep-network/coverage-pools": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/random-beacon"
Expand Down
6 changes: 6 additions & 0 deletions actions/run-workflow/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"defaultModule": "github.com/threshold-network/solidity-contracts",
"modules": {
"github.com/threshold-network/solidity-contracts": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/coverage-pools"
]
},
"github.com/keep-network/coverage-pools": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/random-beacon"
Expand Down
6 changes: 6 additions & 0 deletions actions/upstream-builds-query/dist/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"defaultModule": "github.com/threshold-network/solidity-contracts",
"modules": {
"github.com/threshold-network/solidity-contracts": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/coverage-pools"
]
},
"github.com/keep-network/coverage-pools": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/random-beacon"
Expand Down
6 changes: 6 additions & 0 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"defaultModule": "github.com/threshold-network/solidity-contracts",
"modules": {
"github.com/threshold-network/solidity-contracts": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/coverage-pools"
]
},
"github.com/keep-network/coverage-pools": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/random-beacon"
Expand Down

0 comments on commit af0068f

Please sign in to comment.