Skip to content

chore: bump version to 0.70.1-alpha.0 - add playground #95

chore: bump version to 0.70.1-alpha.0 - add playground

chore: bump version to 0.70.1-alpha.0 - add playground #95

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
env:
MONGODB_URI: mongodb://localhost:27017/test
EMBEDDING_PROVIDER: openai
EMBEDDING_API_KEY: test-key-123
NODE_ENV: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm test