mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
add vultr to integration suite (#532)
This commit is contained in:
@@ -67,3 +67,12 @@ jobs:
|
||||
env:
|
||||
DO_DOMAIN: $(DO_DOMAIN)
|
||||
DO_TOKEN: $(DO_TOKEN)
|
||||
|
||||
- job: Vultr
|
||||
steps:
|
||||
- template: go-env.yaml
|
||||
- script: go test -v -verbose -provider VULTR
|
||||
workingDirectory: $(wd)
|
||||
env:
|
||||
VULTR_DOMAIN: $(VULTR_DOMAIN)
|
||||
VULTR_TOKEN: $(VULTR_TOKEN)
|
||||
|
Reference in New Issue
Block a user