Skip to content

Ignore vim swap files #3

Ignore vim swap files

Ignore vim swap files #3

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"