Skip to content

Use algosdk v3.0.0-beta.1 #128

Use algosdk v3.0.0-beta.1

Use algosdk v3.0.0-beta.1 #128

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['18']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run check-format
- run: npm run compile
- run: npm run extension:build
- run: npm test