Skip to content

CI changes (more efficient runs) & better usable flows for testing #1

CI changes (more efficient runs) & better usable flows for testing

CI changes (more efficient runs) & better usable flows for testing #1

Workflow file for this run

name: SDK Tests CI
on:
pull_request:
paths:
- '.github/workflows/**'
- 'sdk/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
sdk_test:
name: SDK Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run SDK tests
run: sui sdk test