From 6480deff6319d7605de6fa60e34d006e88b198c2 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Fri, 13 Nov 2020 14:28:46 +0200 Subject: [PATCH] Reorder pipeline steps Signed-off-by: Lauri Nevala --- .azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 05de7c1087..1f32789f4e 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -84,6 +84,8 @@ jobs: displayName: Build bundled extensions - script: make test displayName: Run tests + - script: make test-extensions + displayName: Run In-tree Extension tests - script: make integration-mac displayName: Run integration tests - script: make test-extensions @@ -122,8 +124,6 @@ jobs: displayName: Cache Yarn packages - script: make install-deps displayName: Install dependencies - - script: make test-extensions - displayName: Run In-tree Extension tests - script: make lint displayName: Lint - script: make build-npm @@ -132,6 +132,8 @@ jobs: displayName: Build bundled extensions - script: make test displayName: Run tests + - script: make test-extensions + displayName: Run In-tree Extension tests - bash: | sudo apt-get update sudo apt-get install libgconf-2-4 conntrack -y