Commit cc28b20b authored by QM's avatar QM Committed by 33cn

delete ci_paracross_bls

parent 6e08c7c3
...@@ -141,26 +141,10 @@ jobs: ...@@ -141,26 +141,10 @@ jobs:
make docker-compose dapp=paracross make docker-compose dapp=paracross
make docker-compose-down dapp=paracross make docker-compose-down dapp=paracross
ci_paracross_bls:
name: ci_paracross_bls
runs-on: ubuntu-latest
steps:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.14
id: go
- name: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
- name: checkout
uses: actions/checkout@v2
- name: deploy
run: |
make docker-compose dapp=paracross extra=1
make docker-compose-down dapp=paracross
ci_x2ethereum:
name: ci_x2ethereum ci_cross2eth:
name: ci_cross2eth
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Golang - name: Set up Golang
...@@ -176,8 +160,8 @@ jobs: ...@@ -176,8 +160,8 @@ jobs:
export PATH=${PATH}:`go env GOPATH`/bin export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH echo $GOPATH
make make
make docker-compose dapp=x2ethereum make docker-compose dapp=cross2eth
make docker-compose-down dapp=x2ethereum make docker-compose-down dapp=cross2eth
...@@ -14,8 +14,8 @@ function x2ethereum() { ...@@ -14,8 +14,8 @@ function x2ethereum() {
echo "========================== x2ethereum test ==========================" echo "========================== x2ethereum test =========================="
set +e set +e
set -x set -x
AllRelayerMainTest 1 # AllRelayerMainTest 1
perf_test_main 1 # perf_test_main 1
echo "========================== x2ethereum test end ==========================" echo "========================== x2ethereum test end =========================="
fi fi
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment