|
|
|
@ -23,22 +23,22 @@ jobs: |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on centos6 |
|
|
|
run: test/run-test.sh centos6 |
|
|
|
test-debian: |
|
|
|
test-centos7-duckdns: |
|
|
|
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 Debian |
|
|
|
run: test/run-test.sh debian |
|
|
|
test-duckdns: |
|
|
|
- name: Run test suite on CentOS7 against Staging using DuckDNS |
|
|
|
run: test/run-test.sh centos7-duckdns |
|
|
|
test-debian: |
|
|
|
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 Ubuntu using DuckDNS |
|
|
|
run: test/run-test.sh duckdns |
|
|
|
- name: Run test suite on Debian |
|
|
|
run: test/run-test.sh debian |
|
|
|
test-ubuntu: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
@ -63,3 +63,11 @@ jobs: |
|
|
|
run: docker-compose up -d --build |
|
|
|
- name: Run test suite on Ubuntu18 |
|
|
|
run: test/run-test.sh ubuntu18 |
|
|
|
test-ubuntu-duckdns: |
|
|
|
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 Ubuntu against Staging using DuckDNS |
|
|
|
run: test/run-test.sh ubuntu-duckdns |