Skip to content

TOK-297: add nft boost (#696) #1580

TOK-297: add nft boost (#696)

TOK-297: add nft boost (#696) #1580

Workflow file for this run

name: Unit tests
on: push
# Declare default permissions as read only.
permissions: read-all
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a #v4.2.0
with:
node-version-file: '.nvmrc'
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test