Skip to content

feat: Valence arousal #77

feat: Valence arousal

feat: Valence arousal #77

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