Skip to content

Merge pull request #99 from Yelp/shawn_no_more_defaultprops #10

Merge pull request #99 from Yelp/shawn_no_more_defaultprops

Merge pull request #99 from Yelp/shawn_no_more_defaultprops #10

Workflow file for this run

---
name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- run: pip3 install --user virtualenv
- run: make test