Skip to content

Updates 2024-08-28 - Updated project to just Python Library #6

Updates 2024-08-28 - Updated project to just Python Library

Updates 2024-08-28 - Updated project to just Python Library #6

name: Herding Cats Lambda Deploy
on:
push:
branches:
- main
paths:
- "src/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install pytest
run: pip install pytest requests loguru
- name: Run tests
run: pytest tests/endpoints_still_active.py