Skip to content

Regenerate deployments registry for the audited contract redeploys #34

Regenerate deployments registry for the audited contract redeploys

Regenerate deployments registry for the audited contract redeploys #34

Workflow file for this run

name: SDK tests
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
# pretest builds all workspaces in dependency order
- name: Test
run: npm test