Skip to content

Merge pull request #3 from defog-ai/jp/atis #17

Merge pull request #3 from defog-ai/jp/atis

Merge pull request #3 from defog-ai/jp/atis #17

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run tests
run: python -m unittest tests.py