|
|
|
@ -17,7 +17,7 @@ jobs: |
|
|
|
test-alpine: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Alpine |
|
|
|
@ -25,7 +25,7 @@ jobs: |
|
|
|
test-bash-4-0: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 4.0 |
|
|
|
@ -33,7 +33,7 @@ jobs: |
|
|
|
test-bash-4-2: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 4.2 |
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
test-bash-5-0: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 5 |
|
|
|
@ -49,7 +49,7 @@ jobs: |
|
|
|
test-centos6: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on CentOS6 |
|
|
|
@ -57,7 +57,7 @@ jobs: |
|
|
|
test-centos7: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on CentOS7 |
|
|
|
@ -65,7 +65,7 @@ jobs: |
|
|
|
test-centos8: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on CentOS8 |
|
|
|
@ -73,7 +73,7 @@ jobs: |
|
|
|
test-debian: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Debian |
|
|
|
@ -81,7 +81,7 @@ jobs: |
|
|
|
test-rockylinux8: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on RockyLinux8 |
|
|
|
@ -89,7 +89,7 @@ jobs: |
|
|
|
test-ubuntu: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Ubuntu |
|
|
|
@ -97,7 +97,7 @@ jobs: |
|
|
|
test-ubuntu14: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Ubuntu14 |
|
|
|
@ -105,7 +105,7 @@ jobs: |
|
|
|
test-ubuntu16: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Ubuntu16 |
|
|
|
@ -113,7 +113,7 @@ jobs: |
|
|
|
test-ubuntu18: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
- name: Build the docker compose stack |
|
|
|
run: docker compose up -d --build |
|
|
|
- name: Run test suite on Ubuntu18 |
|
|
|
|