Skip to content

fix(server): Example JSON is now using real JSON booleans #12

fix(server): Example JSON is now using real JSON booleans

fix(server): Example JSON is now using real JSON booleans #12

Workflow file for this run

name: Python Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
- name: Run tests
run: for file in $(find . -name "test_*.py"); do python $file; done