Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 11, 2024
1 parent 8541a8d commit 6f34ab7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ on:

jobs:
register:
name: register helix relayer
name: Register helix relayer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: regiser
- name: Regiser
env:
HELIXBRIDGE_CLI_VERSION: v0.0.1
run: |
alias helixbridge='docker run -it --rm --name helixbridge -v $PWD:/relayer ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION}'
helixbridge register --datadir=/relayer --group=itering
docker run -it --rm \
--name=helixbridge \
-v=$PWD:/relayer \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --datadir=/relayer --group=itering

0 comments on commit 6f34ab7

Please sign in to comment.