Skip to content

Remove use of asyncio and add console handler for progress handling #88

Remove use of asyncio and add console handler for progress handling

Remove use of asyncio and add console handler for progress handling #88

Workflow file for this run

name: Testing
on: [push]
jobs:
testing:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Build Docker Images"
run: docker-compose build simapy
- name: "Tests"
run: docker-compose run simapy pytest --junitxml output/report.xml