mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-11-10 17:26:10 +08:00
add vultr to integration suite (#532)
This commit is contained in:
parent
1940ff4ac1
commit
a138b12ec2
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue