1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

added debian dependency and test-release target for gh action

This commit is contained in:
Bastian Venthur
2022-12-09 21:03:46 +01:00
parent 352c37045a
commit fe43288c8c
2 changed files with 16 additions and 0 deletions

View File

@@ -60,3 +60,18 @@ jobs:
make venv
- run: |
make mypy
test-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: |
make venv
- run: |
make test-release