Skip to content

Update ci.yaml to ignore commits in readme #11

Update ci.yaml to ignore commits in readme

Update ci.yaml to ignore commits in readme #11

Workflow file for this run

name: Model Pipeline Unittest
on:
push:
paths-ignore:
- 'README.md'
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