Skip to content

Commit db2f4fa

Browse files
authored
Merge pull request #6 from Testlio/feature/run-e2e-in-ci/green-725
Update testlio cli install script
2 parents 2c6c487 + c737075 commit db2f4fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/install.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ description: >
33
steps:
44
- run:
55
name: Install Testlio CLI
6-
command: "npm install -g @testlio/cli"
6+
# https://github.com/CircleCI-Public/cimg-node/pull/270/files
7+
# override sudo npm install as required now with cimg/node:lts
8+
command: "npm install --prefix=$HOME/.local --global @testlio/cli"

0 commit comments

Comments
 (0)