Skip to content

updated docker-compose with demo.png #9

updated docker-compose with demo.png

updated docker-compose with demo.png #9

Workflow file for this run

name: Model Pipeline Unittest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run docker-compose
uses: hoverkraft-tech/[email protected]
with:
compose-file: "./docker-compose.yml"
services: backend
- name: Execute tests in the running services
run: |
docker compose exec backend pytest