Skip to content

feat(its)!: fix ITS discovery and verify it in js tests #823

feat(its)!: fix ITS discovery and verify it in js tests

feat(its)!: fix ITS discovery and verify it in js tests #823

Workflow file for this run

name: Move Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-move:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup tools
uses: ./.github/actions/setup-tools
with:
install-sui: 'true'
install-nodejs: 'true'
- name: Build Move Modules
run: npm run build-move
- name: Test
run: npm run test-move