Skip to content

fix(sui): more fix on sui event index #6

fix(sui): more fix on sui event index

fix(sui): more fix on sui event index #6

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
ref: ${{ github.event.inputs.commit }}
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
- name: Install
run: pnpm install
- name: Build & Test
run: ./scripts/test-all.sh