evm: Add source chain topic to TransferRedeemed
and MessageAttestedTo
events
#358
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CLI | |
on: | |
workflow_dispatch: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
test-evm: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- run: docker build -f Dockerfile.cli --target cli-local-test . --progress=plain | |
test-solana: | |
runs-on: tilt-kube-public | |
steps: | |
- uses: actions/checkout@v3 | |
- run: docker build -f Dockerfile.cli --target cli-local-test-solana . --progress=plain |