Skip to content

Feature - data fusion support #865

Feature - data fusion support

Feature - data fusion support #865

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