Skip to content

refactored to handle large number of collections more gracefully #304

refactored to handle large number of collections more gracefully

refactored to handle large number of collections more gracefully #304

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node and npm
uses: actions/setup-node@v3
with:
node-version: <=18.18
check-latest: true
- name: Install node packages
run: npm ci
- name: Run tests
run: npm test