Skip to content

✨ Supporting real text plain response in APIGatewayHandlerSt… #42

✨ Supporting real text plain response in APIGatewayHandlerSt…

✨ Supporting real text plain response in APIGatewayHandlerSt… #42

name: Pull Request Pipeline
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run poetry image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.8
- name: install dependencies
run: poetry install
- name: Test with pytest
run: poetry run pytest --cov=pyverless --cov-fail-under=80 --cov-report xml