Skip to content

Commit c0dc341

Browse files
Merge pull request #1061 from carolynvs/fix-implicit-build
Run build before integration test
2 parents 372ca70 + efaab94 commit c0dc341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/azure-pipelines.pr-manual.yml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
inputs:
4444
secureFile: kubeconfig
4545

46+
- script: |
47+
make build
48+
workingDirectory: '$(System.DefaultWorkingDirectory)'
49+
displayName: 'Build'
50+
4651
- script: |
4752
export KUBECONFIG=$DOWNLOADSECUREFILE_SECUREFILEPATH
4853
make test-integration

0 commit comments

Comments
 (0)