|
|
@ -21,8 +21,16 @@ jobs: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
- name: Build the docker-compose stack |
|
|
- name: Build the docker-compose stack |
|
|
run: docker-compose up -d --build |
|
|
run: docker-compose up -d --build |
|
|
- name: Run test suite on centos6 |
|
|
|
|
|
|
|
|
- name: Run test suite on CentOS6 |
|
|
run: test/run-test.sh centos6 |
|
|
run: test/run-test.sh centos6 |
|
|
|
|
|
test-centos7: |
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
steps: |
|
|
|
|
|
- uses: actions/checkout@v1 |
|
|
|
|
|
- name: Build the docker-compose stack |
|
|
|
|
|
run: docker-compose up -d --build |
|
|
|
|
|
- name: Run test suite on CentOS7 |
|
|
|
|
|
run: test/run-test.sh centos7 |
|
|
test-centos7-duckdns: |
|
|
test-centos7-duckdns: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
|