Skip to content

Commit

Permalink
fix: correctly pass parameters to install command (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Aug 24, 2023
1 parent 1948c1a commit 8e25b36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ steps:
equal: [ yarn, << parameters.pkg-manager >> ]
steps:
- install:
cache-version: << parameters.cache-version >>
install-yarn: true
node-version: << parameters.node-version >>
with-cache: << parameters.with-node-js-cache >>
Expand All @@ -76,6 +77,8 @@ steps:
equal: [ npm, << parameters.pkg-manager >> ]
steps:
- install:
cache-version: << parameters.cache-version >>
install-yarn: false
node-version: << parameters.node-version >>
with-cache: << parameters.with-node-js-cache >>
- steps: << parameters.post-node-js-install-steps >>
Expand Down

0 comments on commit 8e25b36

Please sign in to comment.