Skip to content

switch error to warning message #173

switch error to warning message

switch error to warning message #173

Workflow file for this run

name: Unittests
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd docker && ./build.sh
- run: docker run --rm superimpose-proteins:latest python -m unittest discover tests