Skip to content

Updates 2024-07-10 - bug fix #5

Updates 2024-07-10 - bug fix

Updates 2024-07-10 - bug fix #5

name: Herding Cats Lambda Deploy
on:
push:
branches:
- main
paths:
- 'herding_cats_explorer/**'
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