feat: add trixie docker build

Ensure the current debian12 scripts are going to run on trixie
This commit is contained in:
damien cavagnini
2025-09-02 14:09:16 +02:00
parent 11bcd1b93b
commit 9f159985a4
13 changed files with 63 additions and 16 deletions

View File

@@ -18,3 +18,10 @@ jobs:
uses: actions/checkout@v5
- name: Run the tests debian12
run: ./tests/docker_build_and_run_tests.sh debian12
functionnal-tests-docker-debian13:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v5
- name: Run the tests debian13
run: ./tests/docker_build_and_run_tests.sh debian13