Skip to content

Add testing framework + test for signTransaction #4

Add testing framework + test for signTransaction

Add testing framework + test for signTransaction #4

Workflow file for this run

name: AGW-SDK Tests
on:
pull_request:
paths:
- 'packages/agw-sdk/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm --filter @abstract-foundation/agw-sdk test