Merge pull request #40 from l-monninger/main #20
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: Run Movement Tests | |
on: [push] | |
jobs: | |
run-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
with: | |
repository: movemntdev/movement-hack | |
- name: Execute install script | |
run: | | |
bash <(curl -fsSL https://raw.githubusercontent.com/movemntdev/M1/main/scripts/install.sh) --latest | |
echo "~/.movement/bin" >> $GITHUB_PATH | |
- name: Navigate and Run Movement Test | |
run: | | |
echo $GITHUB_PATH | |
cd examples/movement/data_structures | |
movement move test |