From 5d4051f5478b112d206b589943d0db25d3b29248 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 10 May 2021 19:36:28 +0200 Subject: [PATCH] ci: test and lint at the same time Signed-off-by: Jens Langhammer --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 41f985a00..971ef6db2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ variables: branchName: ${{ replace(variables['Build.SourceBranchName'], 'refs/heads/', '') }} stages: - - stage: Lint + - stage: Lint_and_test jobs: - job: pylint pool: @@ -118,8 +118,6 @@ stages: - task: CmdLine@2 inputs: script: pipenv run pyright e2e lifecycle - - stage: Test - jobs: - job: migrations pool: vmImage: 'ubuntu-latest'