Skip to content

refactor(auth): extract validation to weight signers and proof #492

refactor(auth): extract validation to weight signers and proof

refactor(auth): extract validation to weight signers and proof #492

Workflow file for this run

name: Move Tests
on:
pull_request:
push:
branches:
- main
- releases/**
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 Sui CLI
uses: ./.github/actions/install-sui-cli
with:
sui-version: $(jq -r '.SUI_VERSION' version.json)
- name: Setup Node Dependencies
uses: ./.github/actions/install-node-dependencies
- name: Build Move Modules
run: npm run build-move
- name: Test
run: npm run test-move