|
|
@ -30,7 +30,7 @@ jobs: |
|
|
- 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 Debian |
|
|
- name: Run test suite on Debian |
|
|
run: test/run-test.sh debian |
|
|
|
|
|
|
|
|
run: test/run-test.sh debian |
|
|
test-duckdns: |
|
|
test-duckdns: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
|