Skip to content

Merge pull request #351 from Yelp/add_maxBatchSize_config_option #153

Merge pull request #351 from Yelp/add_maxBatchSize_config_option

Merge pull request #351 from Yelp/add_maxBatchSize_config_option #153

Workflow file for this run

---
name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-20.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