Skip to content

check command args for host and port values #25

check command args for host and port values

check command args for host and port values #25

Workflow file for this run

name: unittests
on:
pull_request:
branches:
- main
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd docker && ./build.sh
- run: docker run --rm cryoem:latest python -m unittest discover tests