Skip to content

Fix potential array out of bounds in the runtime #41

Fix potential array out of bounds in the runtime

Fix potential array out of bounds in the runtime #41

Workflow file for this run

name: ci-sdk-as-test
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
sdk-as-test:
if: github.event_name == 'pull_request'
name: AssemblyScript SDK Unit Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: sdk/assemblyscript/src
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ">=20"
- name: Install dependencies
run: npm install
- name: Run Unit Tests
run: npm run test