|
|
@ -24,6 +24,8 @@ jobs: |
|
|
run: test/run-test.sh centos7-duckdns |
|
|
run: test/run-test.sh centos7-duckdns |
|
|
test-ubuntu-duckdns: |
|
|
test-ubuntu-duckdns: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
if: always() |
|
|
|
|
|
needs: test-centos7-duckdns |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v2 |
|
|
- uses: actions/checkout@v2 |
|
|
- name: Build the docker-compose stack |
|
|
- name: Build the docker-compose stack |
|
|
|