<feat>(rpc,stub,script): add get block rpc interface, add monitor script, add block and tx timestamp. #397
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
name: group-group | |
on: [pull_request] | |
jobs: | |
group-group: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2-beta | |
with: | |
node-version: '10' | |
- uses: mirromutth/[email protected] | |
with: | |
mysql root password: '123456' | |
- name: install dependencies | |
run: sudo apt-get update && sudo apt-get install -y mysql-client git curl libssl-dev default-jdk build-essential | |
- name: run ci_cross_groups_demo_check.sh | |
# The script only use ${1} as branch name. if GITHUB_BASE_REF is blank use GITHUB_REF | |
run: bash -x .ci/ci_cross_groups_demo_check.sh ${GITHUB_BASE_REF} ${GITHUB_REF#refs/heads/} | |
env: | |
CI_DB_PASSWORD : '123456' |