diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml index 5c1e05a56e2..8381f0011a0 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml @@ -30,6 +30,13 @@ jobs: steps: - run: 'echo "Skipping job on fork"' + test-configuration-file-testnet: + name: Test CD testnet Docker config file / Test default-conf in Docker + needs: build + runs-on: ubuntu-latest + steps: + - run: 'echo "Skipping job on fork"' + test-zebra-conf-path: name: Test CD custom Docker config file / Test custom-conf in Docker needs: build diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch.yml b/.github/workflows/cd-deploy-nodes-gcp.patch.yml index b1994104329..fb963ec3726 100644 --- a/.github/workflows/cd-deploy-nodes-gcp.patch.yml +++ b/.github/workflows/cd-deploy-nodes-gcp.patch.yml @@ -40,6 +40,13 @@ jobs: steps: - run: 'echo "No build required"' + test-configuration-file-testnet: + name: Test CD testnet Docker config file / Test default-conf in Docker + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"' + + test-zebra-conf-path: name: Test CD custom Docker config file / Test custom-conf in Docker runs-on: ubuntu-latest diff --git a/.github/workflows/ci-unit-tests-docker.patch-external.yml b/.github/workflows/ci-unit-tests-docker.patch-external.yml index 2db50e52f7a..b68d1c4448f 100644 --- a/.github/workflows/ci-unit-tests-docker.patch-external.yml +++ b/.github/workflows/ci-unit-tests-docker.patch-external.yml @@ -57,6 +57,13 @@ jobs: steps: - run: 'echo "Skipping job on fork"' + test-configuration-file-testnet: + name: Test CI testnet Docker config file / Test default-conf in Docker + needs: build + runs-on: ubuntu-latest + steps: + - run: 'echo "Skipping job on fork"' + test-zebra-conf-path: name: Test CI custom Docker config file / Test custom-conf in Docker needs: build diff --git a/.github/workflows/ci-unit-tests-docker.patch.yml b/.github/workflows/ci-unit-tests-docker.patch.yml index 0aeef22bafd..fa4969837ce 100644 --- a/.github/workflows/ci-unit-tests-docker.patch.yml +++ b/.github/workflows/ci-unit-tests-docker.patch.yml @@ -66,6 +66,12 @@ jobs: steps: - run: 'echo "No build required"' + test-configuration-file-testnet: + name: Test CI testnet Docker config file / Test default-conf in Docker + runs-on: ubuntu-latest + steps: + - run: 'echo "No build required"' + test-zebra-conf-path: name: Test CI custom Docker config file / Test custom-conf in Docker runs-on: ubuntu-latest diff --git a/.github/workflows/ci-unit-tests-os.patch.yml b/.github/workflows/ci-unit-tests-os.patch.yml index 4a97eb719f5..9de541d518d 100644 --- a/.github/workflows/ci-unit-tests-os.patch.yml +++ b/.github/workflows/ci-unit-tests-os.patch.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] rust: [stable, beta] features: [""] exclude: