Skip to content

Merge pull request #90 from openEOPlatform/fix/list_supported_processes #857

Merge pull request #90 from openEOPlatform/fix/list_supported_processes

Merge pull request #90 from openEOPlatform/fix/list_supported_processes #857

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