Skip to content

Merge pull request #89 from openEOPlatform/feature/save-datacube-meta… #849

Merge pull request #89 from openEOPlatform/feature/save-datacube-meta…

Merge pull request #89 from openEOPlatform/feature/save-datacube-meta… #849

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