Skip to content

build(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0 #779

build(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0

build(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0 #779

---
name: Run functionnal tests
on:
- pull_request
- push
jobs:
functionnal-tests-docker-debian10:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run the tests debian10
run: ./tests/docker_build_and_run_tests.sh debian10
functionnal-tests-docker-debian11:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run the tests debian11
run: ./tests/docker_build_and_run_tests.sh debian11
functionnal-tests-docker-debian12:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run the tests debian12
run: ./tests/docker_build_and_run_tests.sh debian12