Skip to content

[cleanup] Fixes for Move-2 #664

[cleanup] Fixes for Move-2

[cleanup] Fixes for Move-2 #664

Workflow file for this run

name: "Move Tests"
on:
pull_request:
push:
branches:
- main
- testnet
- mainnet
jobs:
move-tests:
runs-on: ubuntu-latest
steps:
- name: Install Aptos CLI
run: curl -fsSL "https://aptos.dev/scripts/install_cli.py" | python3
shell: bash
- uses: actions/checkout@v4
- name: Runs move tests.
run: ./sh_scripts/move_tests.sh