Browse Source
Don't run centos and ubuntu tests at same time
pull/719/head
Tim Kimber
4 years ago
No known key found for this signature in database
GPG Key ID: 3E1804964E76BD18
2 changed files with
4 additions and
0 deletions
-
.github/workflows/run-tests-staging-duckdns.yml
-
.github/workflows/run-tests-staging-dynu.yml
|
|
|
@ -24,6 +24,8 @@ jobs: |
|
|
|
run: test/run-test.sh centos7-duckdns |
|
|
|
test-ubuntu-duckdns: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: always() |
|
|
|
needs: test-centos7-duckdns |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
|
|
|
|
@ -24,6 +24,8 @@ jobs: |
|
|
|
run: test/run-test.sh centos7-dynu |
|
|
|
test-ubuntu-dynu: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: always() |
|
|
|
needs: test-centos7-dynu |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- name: Build the docker-compose stack |
|
|
|
|