diff --git a/bin/test-dry-run b/bin/test-dry-run deleted file mode 100755 index 6c4e774..0000000 --- a/bin/test-dry-run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -octodns-sync --config-file=./config/test.yaml diff --git a/config/test.yaml b/config/test.yaml deleted file mode 100644 index 641d18a..0000000 --- a/config/test.yaml +++ /dev/null @@ -1,26 +0,0 @@ ---- -# Test configuration - Cloudflare only -# Used by GitHub Actions test workflow to avoid DNSimple credential requirement - -providers: - config: - class: octodns.provider.yaml.YamlProvider - directory: ./ - enforce_order: False - cloudflare: - class: octodns_cloudflare.CloudflareProvider - token: env/CLOUDFLARE_TOKEN - plan_type: pro - pagerules: true - min_ttl: 120 - retry_count: 5 - retry_period: 600 - zones_per_page: 50 - records_per_page: 100 - -zones: - hackclub.com.: - sources: - - config - targets: - - cloudflare # Only test Cloudflare since that's what we migrated