Merge pull request #18 from logos-co/add-tests-to-ci

add spec tests to ci
This commit is contained in:
Giacomo Pasini 2023-04-12 18:09:29 +02:00 committed by GitHub
commit a291370096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Spec tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
- name: Run tests
run: cd carnot && python -m unittest