Skip to content

make sure the known processes in test_list_supported_processes are al… #855

make sure the known processes in test_list_supported_processes are al…

make sure the known processes in test_list_supported_processes are al… #855

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: docker build -t tests . && docker run tests