|
|
|
@ -1,6 +1,8 @@ |
|
|
|
name: Run all tests on pebble |
|
|
|
on: |
|
|
|
push: |
|
|
|
paths-ignore: |
|
|
|
- '.github/workflows/*' |
|
|
|
branches: |
|
|
|
- master |
|
|
|
pull_request: |
|
|
|
@ -10,7 +12,7 @@ jobs: |
|
|
|
test-alpine: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on Alpine |
|
|
|
@ -18,7 +20,7 @@ jobs: |
|
|
|
test-bash-4-0: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 4.0 |
|
|
|
@ -26,7 +28,7 @@ jobs: |
|
|
|
test-bash-4-2: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 4.2 |
|
|
|
@ -34,7 +36,7 @@ jobs: |
|
|
|
test-bash-5-0: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on Alpine using Bash 5 |
|
|
|
|