Skip to content

Feat/universal reader #86

Feat/universal reader

Feat/universal reader #86

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Docker compose build and run tests
run: docker compose -f docker-compose.dev.yml run facetorch-tests