Skip to content

Commit

Permalink
ci: try fixing yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 8, 2023
1 parent c055e81 commit a6219fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6219fc

Please sign in to comment.