|
|
@ -12,6 +12,8 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v1 |
|
|
- uses: actions/checkout@v1 |
|
|
- name: Build the docker-compose stack |
|
|
- name: Build the docker-compose stack |
|
|
|
|
|
env: |
|
|
|
|
|
DUCKDNS_TOKEN: ${{ secrets.DUCKDNS_TOKEN }} |
|
|
run: docker-compose up -d --build |
|
|
run: docker-compose up -d --build |
|
|
- name: Run test suite |
|
|
- name: Run test suite |
|
|
run: test/run-all-tests.sh |
|
|
run: test/run-all-tests.sh |