Skip to content

Add missing maxBatchSize field in schema #161

Add missing maxBatchSize field in schema

Add missing maxBatchSize field in schema #161

Workflow file for this run

---
name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: pip3 install --user virtualenv
- run: make test