create deployTransceiver script to use migrate function to update immutable specialRelayerAddr of deployed Transceiver contract #392
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 |