feat: Add experimental debian12 functionnal tests (#187)

Signed-off-by: Tarik Megzari <tarik.megzari@ovhcloud.com>
Co-authored-by: Tarik Megzari <tarik.megzari@ovhcloud.com>
This commit is contained in:
Tarik Megzari
2023-07-10 10:52:17 +02:00
committed by GitHub
parent bc98bedf73
commit a6ad528087
2 changed files with 29 additions and 0 deletions

View File

@ -18,3 +18,11 @@ jobs:
uses: actions/checkout@v3
- name: Run the tests debian11
run: ./tests/docker_build_and_run_tests.sh debian11
functionnal-tests-docker-debian12:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run the tests debian12
run: ./tests/docker_build_and_run_tests.sh debian12