Skip to content

prevent bundle splitting for orama #28

prevent bundle splitting for orama

prevent bundle splitting for orama #28

Workflow file for this run

name: Run Tests
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 16.x
- run: npm install --force
- name: Run tests
run: npm test