-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
50 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
node-version: 20 | ||
cache: "yarn" | ||
|
||
- name: Install deps | ||
|
@@ -144,3 +144,33 @@ jobs: | |
run: | | ||
docker compose down -v | ||
docker system prune -f -a --volumes | ||
release: | ||
runs-on: ubuntu-20.04 | ||
needs: [unit-test, lint, integration-test-core-pool, integration-test-isolated-pools, integration-test-governance] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
cache: "yarn" | ||
|
||
- name: Install deps | ||
run: yarn | ||
|
||
- name: Version subgraphs | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.VENUS_TOOLS_TOKEN }} | ||
GIT_AUTHOR_NAME: Venus Tools | ||
GIT_AUTHOR_EMAIL: [email protected] | ||
GIT_COMMITTER_NAME: Venus Tools | ||
GIT_COMMITTER_EMAIL: [email protected] | ||
run: | | ||
yarn workspace @venusprotocol/cross-chain-governance-subgraph run semantic-release | ||
yarn workspace @venusprotocol/etherfi-promo run semantic-release | ||
yarn workspace @venusprotocol/isolated-pools-subgraph run semantic-release | ||
yarn workspace @venusprotocol/protocol-reserve-subgraph run semantic-release | ||
yarn workspace @venusprotocol/core-pool-subgraph run semantic-release | ||
yarn workspace @venusprotocol/governance-subgraph run semantic-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "pre-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "test-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "test-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "test-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "test-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,8 +79,8 @@ | |
"name": "main" | ||
}, | ||
{ | ||
"name": "[!main]", | ||
"prerelease": "pr" | ||
"name": "test-*", | ||
"prerelease": "pre" | ||
} | ||
] | ||
} |