Skip to content

Read hat details from IPFS and cache it, then read it from the cache #1765

Read hat details from IPFS and cache it, then read it from the cache

Read hat details from IPFS and cache it, then read it from the cache #1765

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- develop
pull_request:
jobs:
vitest:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@v4
# Set up the required Node.js version
- name: Set up node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test