Skip to content

Commit

Permalink
Merge branch 'feature-3.6.0' into feature-3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee authored Nov 21, 2023
2 parents 9755b59 + 8aca2f7 commit 0a49ebc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-self-hosted-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: cd tools && bash .ci/rpcapi_ci_prepare.sh

- name: FISCO BCOS RpcApiTest
uses: matt-ball/newman-action@master
uses: matt-ball/newman-action@v1.0.4
with:
collection: https://raw.githubusercontent.com/FISCO-BCOS/FISCOBCOS-RPC-API/main/fiscobcos.rpcapi.collection.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-self-hosted-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: cd tools && bash .ci/rpcapi_ci_prepare.sh

- name: FISCO BCOS RpcApiTest
uses: matt-ball/newman-action@master
uses: matt-ball/newman-action@v1.0.4
with:
collection: https://raw.githubusercontent.com/FISCO-BCOS/FISCOBCOS-RPC-API/main/fiscobcos.rpcapi.collection.json

Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/workflow-self-hosted-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Remove cache if correspond dir change
run: ./tools/.ci/clear_build_cache.sh

- name: Build for mac
run: |
mkdir -p build && cd build && rm -rf CMakeCache.txt
Expand All @@ -51,6 +51,14 @@ jobs:
run: |
cd build
CTEST_OUTPUT_ON_FAILURE=TRUE make test
- name: prepare RPCAPI Tests
run: cd tools && bash .ci/rpcapi_ci_prepare.sh

- name: FISCO BCOS RpcApiTest
uses: matt-ball/[email protected]
with:
collection: https://raw.githubusercontent.com/FISCO-BCOS/FISCOBCOS-RPC-API/main/fiscobcos.rpcapi.collection.json

- name: Integration test - Air
run: cd tools && bash .ci/ci_check_air.sh ${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-self-hosted-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: cd tools && bash .ci/rpcapi_ci_prepare.sh

- name: FISCO BCOS RpcApiTest
uses: matt-ball/newman-action@master
uses: matt-ball/newman-action@v1.0.4
with:
collection: https://raw.githubusercontent.com/FISCO-BCOS/FISCOBCOS-RPC-API/main/fiscobcos.rpcapi.collection.json

Expand Down

0 comments on commit 0a49ebc

Please sign in to comment.