signAmino(): txBody now uses memo from signed tx instead from the caller #850
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: Tests | |
on: [push] | |
jobs: | |
Tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: isbang/[email protected] | |
with: | |
compose-file: "./test/docker-compose.yml" | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: "16" | |
- run: yarn | |
- run: yarn test-ci |