mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
use tilda for cross user path
This commit is contained in:
+2
-2
@@ -851,7 +851,7 @@ jobs:
|
||||
name: Install Cypress
|
||||
working_directory: /tmp/cypress-test-tiny
|
||||
# force installing the freshly built binary
|
||||
command: CYPRESS_INSTALL_BINARY=/root/cypress/cypress.zip npm i /root/cypress/cypress.tgz
|
||||
command: CYPRESS_INSTALL_BINARY=~/cypress/cypress.zip npm i ~/cypress/cypress.tgz
|
||||
- run:
|
||||
name: Run test project
|
||||
working_directory: /tmp/cypress-test-tiny
|
||||
@@ -880,7 +880,7 @@ jobs:
|
||||
name: Install Cypress
|
||||
working_directory: /tmp/kitchensink
|
||||
# force installing the freshly built binary
|
||||
command: CYPRESS_INSTALL_BINARY=/root/cypress/cypress.zip npm i /root/cypress/cypress.tgz
|
||||
command: CYPRESS_INSTALL_BINARY=~/cypress/cypress.zip npm i ~/cypress/cypress.tgz
|
||||
- run:
|
||||
working_directory: /tmp/kitchensink
|
||||
command: npm run build
|
||||
|
||||
Reference in New Issue
Block a user