Skip to content

[AGPT-588] Add integration test to CI #808

[AGPT-588] Add integration test to CI

[AGPT-588] Add integration test to CI #808

Workflow file for this run

name: Python Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dev ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set Environment and Install Dependencies
uses: ./github/actions/setup-env
- name: Test with pytest
run: poetry run pytest --cov .