Skip to content

Add ability to kill off a store once we have generated a manifest. #220

Add ability to kill off a store once we have generated a manifest.

Add ability to kill off a store once we have generated a manifest. #220

Workflow file for this run

name: Tests
on: [push, pull_request, pull_request_target]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install -e ".[dev]"
- run: pytest --cov