use canonical version in interface metadata test #160
This file contains hidden or 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: Deploy script smoke test | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| dry-run: | |
| name: deploy.sh --dry-run | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Run deploy.sh in dry-run mode | |
| run: | | |
| chmod +x deploy.sh | |
| ./deploy.sh --dry-run testnet deployer GDUMMYSERVICEADDRESSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |