mirror of
https://github.com/System-End/dns.git
synced 2026-04-19 16:28:20 +00:00
- Create config/test.yaml for Cloudflare-only testing - Add bin/test-dry-run script for test workflow - Update test.yml to use Cloudflare-only config (no DNSimple credentials needed) - Remove octodns-dnsimple from test dependencies since only testing hackclub.com This fixes the GitHub Actions failure by testing only the migrated domain (hackclub.com) rather than trying to test all domains which still require DNSimple credentials. Co-authored-by: Amp <amp@ampcode.com> Amp-Thread-ID: https://ampcode.com/threads/T-ebb62134-a378-4e66-a6df-47ad37058ec1
3 lines
57 B
Bash
Executable file
3 lines
57 B
Bash
Executable file
#!/bin/sh
|
|
|
|
octodns-sync --config-file=./config/test.yaml
|