[aptogotchi] support aip-62 in wallet adapter #100
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: "Move Tests" | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- testnet | |
- mainnet | |
jobs: | |
move-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dev dependencies. | |
run: ./move/sh_scripts/dev_setup.sh | |
- name: Runs move tests. | |
run: ./move/sh_scripts/move_tests.sh |