fix(ci): add docker CI
This commit is contained in:
parent
28195f184b
commit
4fddc5c2cb
@ -14,7 +14,7 @@ jobs:
|
||||
commit_message: ${{ gitea.event.pull_request.title }}
|
||||
|
||||
ci:
|
||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main
|
||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
|
||||
with:
|
||||
python-version: 3.13
|
||||
secrets:
|
||||
|
@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry.yml@main
|
||||
uses: https://git.tainton.uk/actions/gha-workflows/.gitea/workflows/ci-python-poetry-with-docker.yml@main
|
||||
with:
|
||||
python-version: 3.13
|
||||
secrets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user