Makes snap run tests depends also on the Certbot snap build

This commit is contained in:
Adrien Ferrand 2020-07-08 22:04:39 +02:00
parent 4d893d87ec
commit 16bd16bff9

View file

@ -126,7 +126,9 @@ jobs:
python -m tox -e integration-external,apacheconftest-external-with-pebble
displayName: Run tox
- job: snap_dns_run
dependsOn: snap_dns_build
dependsOn:
- snap_build
- snap_dns_build
pool:
vmImage: ubuntu-18.04
steps: