Skip to content

fix(sui): find owned object id of type among arbitrarily many objects #1762

fix(sui): find owned object id of type among arbitrarily many objects

fix(sui): find owned object id of type among arbitrarily many objects #1762

name: Run Axelar Chains Config Tests
on: pull_request
jobs:
test:
runs-on: blacksmith-2vcpu-ubuntu-2204
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Node.js
uses: useblacksmith/setup-node@v5
with:
node-version: 18.x
cache: 'npm'
- name: Install
run: npm ci
working-directory: axelar-chains-config
- name: Test
run: npm run test
working-directory: axelar-chains-config