Skip to content

Commit 3a747ab

Browse files
committed
use tilda for cross user path
1 parent 4b278f8 commit 3a747ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ jobs:
851851
name: Install Cypress
852852
working_directory: /tmp/cypress-test-tiny
853853
# force installing the freshly built binary
854-
command: CYPRESS_INSTALL_BINARY=/root/cypress/cypress.zip npm i /root/cypress/cypress.tgz
854+
command: CYPRESS_INSTALL_BINARY=~/cypress/cypress.zip npm i ~/cypress/cypress.tgz
855855
- run:
856856
name: Run test project
857857
working_directory: /tmp/cypress-test-tiny
@@ -880,7 +880,7 @@ jobs:
880880
name: Install Cypress
881881
working_directory: /tmp/kitchensink
882882
# force installing the freshly built binary
883-
command: CYPRESS_INSTALL_BINARY=/root/cypress/cypress.zip npm i /root/cypress/cypress.tgz
883+
command: CYPRESS_INSTALL_BINARY=~/cypress/cypress.zip npm i ~/cypress/cypress.tgz
884884
- run:
885885
working_directory: /tmp/kitchensink
886886
command: npm run build

0 commit comments

Comments
 (0)