Skip to content

姊妹项目:8 款 → 9 款(新增 OpenClaw) #15

姊妹项目:8 款 → 9 款(新增 OpenClaw)

姊妹项目:8 款 → 9 款(新增 OpenClaw) #15

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npx tsx test-sdk.ts
- run: npx tsx test-integration.ts
- run: npx tsx test-edge-cases.ts