Commit fe870937 authored by QM's avatar QM

update

parent e2b99c8b
...@@ -143,4 +143,25 @@ jobs: ...@@ -143,4 +143,25 @@ jobs:
ci_cross2eth:
name: ci_cross2eth
runs-on: ubuntu-latest
steps:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: 1.14
id: go
- name: checkout
uses: actions/checkout@v2
- name: deploy
run: |
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth
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