Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed May 25, 2023
1 parent cf9b601 commit 66eb61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install
run: |
yarn set version stable
yarn install --immutable-cache
yarn install --immutable --immutable-cache
- name: Lint
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
displayName: 'Install'
inputs:
targetType: 'inline'
script: 'yarn install --immutable-cache'
script: 'yarn install --immutable --immutable-cache'

# Build
- task: Bash@3
Expand Down

0 comments on commit 66eb61f

Please sign in to comment.