Skip to content

Fix subdirectory tree SHA lookups in TagBot #1299

Fix subdirectory tree SHA lookups in TagBot

Fix subdirectory tree SHA lookups in TagBot #1299

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.12
- run: pip install poetry
- run: poetry install
- run: poetry run make test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: make test-docker