Skip to content

UPDATE: updated the readme for users #9

UPDATE: updated the readme for users

UPDATE: updated the readme for users #9

Workflow file for this run

name: Docker compose tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: adambirds/[email protected]
with:
compose-file: "./docker-compose.yml"
test-container: "training_api"
test-command: "python3 -m pytest"
- uses: adambirds/[email protected]
with:
compose-file: "./docker-compose.yml"
test-container: "dataset_api"
test-command: "python3 -m pytest"