mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Makes snap run tests depends also on the Certbot snap build
This commit is contained in:
parent
4d893d87ec
commit
16bd16bff9
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue