File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments