This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* ci: LEAP-296: Remove SSH Agent from Cypress step ls-frontend-test is public now, so it doesn't require any auth. * ci: LEAP-296: Fix link to ls-frontend-test repo Simple `org/repo#hash` format should work --------- Co-authored-by: hlomzik <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"cvg:summary": "nyc report --temp-dir=.nyc_output --reporter=text-summary --cwd=. --exclude-after-remap false" | ||
}, | ||
"dependencies": { | ||
"@heartexlabs/ls-test": "git+ssh://[email protected]/heartexlabs/ls-frontend-test#52b30035b489891095e7ec596371a76f8648103e" | ||
"@heartexlabs/ls-test": "heartexlabs/ls-frontend-test#52b30035b489891095e7ec596371a76f8648103e" | ||
}, | ||
"devDependencies": { | ||
"ts-loader": "^9.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -264,31 +264,9 @@ | |
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" | ||
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== | ||
|
||
"@heartexlabs/ls-test@git+ssh://[email protected]/heartexlabs/ls-frontend-test#52b30035b489891095e7ec596371a76f8648103e": | ||
"@heartexlabs/ls-test@heartexlabs/ls-frontend-test#52b30035b489891095e7ec596371a76f8648103e": | ||
version "1.0.8" | ||
resolved "git+ssh://[email protected]/heartexlabs/ls-frontend-test#52b30035b489891095e7ec596371a76f8648103e" | ||
dependencies: | ||
"@cypress/code-coverage" "^3.10.0" | ||
"@cypress/webpack-preprocessor" "^5.17.0" | ||
chai "^4.3.7" | ||
cypress "12.17.4" | ||
cypress-image-snapshot "^4.0.1" | ||
cypress-multi-reporters "^1.6.2" | ||
cypress-parallel "^0.12.0" | ||
cypress-plugin-snapshots "^1.4.4" | ||
cypress-terminal-report "^5.1.1" | ||
pixelmatch "^5.3.0" | ||
pngjs "^7.0.0" | ||
proper-lockfile "^4.1.2" | ||
ts-loader "^9.4.2" | ||
typescript "^4.9.5" | ||
webpack "^5.77.0" | ||
webpack-cli "^5.0.1" | ||
yargs "^17.7.1" | ||
|
||
"@heartexlabs/ls-test@git+ssh://[email protected]/heartexlabs/ls-frontend-test#da154cf51369f4e47e7ddefd49cfffd10e706de2": | ||
version "1.0.8" | ||
resolved "git+ssh://[email protected]/heartexlabs/ls-frontend-test#da154cf51369f4e47e7ddefd49cfffd10e706de2" | ||
resolved "https://codeload.github.com/heartexlabs/ls-frontend-test/tar.gz/52b30035b489891095e7ec596371a76f8648103e" | ||
dependencies: | ||
"@cypress/code-coverage" "^3.10.0" | ||
"@cypress/webpack-preprocessor" "^5.17.0" | ||
|