diff --git a/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml b/.github/workflows/cd-deploy-nodes-gcp.patch-external.yml index 5c1e05a56..8381f0011 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 b19941043..fb963ec37 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 2db50e52f..b68d1c444 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 0aeef22ba..fa4969837 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 4a97eb719..9de541d51 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: