From a6219fc972199399e23b70018122da31fb55d045 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 8 Mar 2023 18:20:32 +0100 Subject: [PATCH] ci: try fixing yarn install --- azure-pipelines.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 44f162274d2d80..48d859e53b709a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,10 +41,14 @@ jobs: steps: - template: .devops/templates/tools.yml - - task: Bash@3 - inputs: - filePath: yarn-ci.sh - displayName: yarn (install packages) + # - task: Bash@3 + # inputs: + # filePath: yarn-ci.sh + # displayName: yarn (install packages) + + - script: | + yarn install --frozen-lockfile + displayName: yarn - script: | yarn nx workspace-lint