Skip to content

Commit

Permalink
Fixing install commands yml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramykl committed Sep 12, 2024
1 parent 9249095 commit 9a25dc8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ steps:
key: << parameters.cypress-cache-key >>
- when:
condition:
- and:
and:
- not:
- equal: [ '', << parameters.package-manager-version >> ]
equal: [ '', << parameters.package-manager-version >> ]
- equal: [ 'yarn', << parameters.package-manager >> ]
steps:
- node/install:
install-yarn: true
yarn-version: << parameters.package-manager-version >>
- when:
condition:
- and:
- not:
- equal: [ '', << parameters.package-manager-version >> ]
- equal: [ 'pnpm', << parameters.package-manager >> ]
and:
- not:
equal: [ '', << parameters.package-manager-version >> ]
- equal: [ 'pnpm', << parameters.package-manager >> ]
steps:
- node/install:
install-pnpm: true
Expand Down

0 comments on commit 9a25dc8

Please sign in to comment.