Skip to content

Commit

Permalink
ALT: tests: Nightly should depend on Build and Lint jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavlevin committed Oct 8, 2021
1 parent e25d85d commit 63220ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ipatests/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ jobs:
- job: NIGHTLY
pool:
vmImage: $(VM_IMAGE)
dependsOn: Build
dependsOn:
- Build
- Lint
variables:
IPA_IMAGE_ARTIFACT: $[ dependencies.Build.outputs['artifacts_image.image'] ]
IPA_PACKAGES_ARTIFACT: $[ dependencies.Build.outputs['artifacts_packages.packages'] ]
Expand Down

0 comments on commit 63220ab

Please sign in to comment.