Skip to content

wip: adding ci

wip: adding ci #2

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: mschemaguesser tests
on:
pull_request:
branches: [main]
jobs:
test_on_pr:
runs-on: ubuntu-latest
name: test
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: isbang/compose-action@v1.5.1
with:
compose-file: "docker/test_env.yaml"
up-flags: "--build --abort-on-container-exit --exit-code-from test_runner"