Skip to content

Merge branch 'release-1.0.0' #51

Merge branch 'release-1.0.0'

Merge branch 'release-1.0.0' #51

Workflow file for this run

# Run tests on push and pull request
name: continuous_integration
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Run tests
run: |
cd $GITHUB_WORKSPACE
python3 -m pip install tox
tox
docker logs cerulean-test
docker rm cerulean-test
docker network rm cerulean