Skip to content

Commit

Permalink
Try CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Apr 11, 2024
1 parent e997414 commit 99edd42
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@ on:
pull_request:
branches: [main]

env:
HELIXBRIDGE_CLI_VERSION: v0.0.2

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

- name: Regiser
env:
HELIXBRIDGE_CLI_VERSION: sha-8fdf837
run: |
docker run -i --rm \
--name helixbridge \
-v $PWD:/relayer \
-e SIGNER=${{ secrets.SIGNER }} \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --datadir=/relayer --group=itering
- name: Generate configure
run: |
docker run -i --rm \
--name helixbridge \
Expand All @@ -38,4 +48,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 99edd42

Please sign in to comment.