Skip to content

SIMA 4.8.0

SIMA 4.8.0 #95

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