mirror of
https://github.com/ovh/debian-cis.git
synced 2025-09-08 07:20:55 +02:00
feat: add trixie docker build
Ensure the current debian12 scripts are going to run on trixie
This commit is contained in:
7
.github/workflows/functionnal-tests.yml
vendored
7
.github/workflows/functionnal-tests.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user