Skip to content

expose implicitly_supported_processes from pg_to_evalscript/utils.py … #851

expose implicitly_supported_processes from pg_to_evalscript/utils.py …

expose implicitly_supported_processes from pg_to_evalscript/utils.py … #851

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