Skip to content

Commit

Permalink
Merge pull request #1061 from carolynvs/fix-implicit-build
Browse files Browse the repository at this point in the history
Run build before integration test
  • Loading branch information
carolynvs-msft authored Jun 2, 2020
2 parents 372ca70 + efaab94 commit c0dc341
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/azure-pipelines.pr-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
inputs:
secureFile: kubeconfig

- script: |
make build
workingDirectory: '$(System.DefaultWorkingDirectory)'
displayName: 'Build'
- script: |
export KUBECONFIG=$DOWNLOADSECUREFILE_SECUREFILEPATH
make test-integration
Expand Down

0 comments on commit c0dc341

Please sign in to comment.