Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
ci: LEAP-296: Fix link to ls-frontend-test repo (#1619)
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
hlomzik and hlomzik authored Nov 15, 2023
1 parent ce1d624 commit 5a3b138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
2 changes: 1 addition & 1 deletion tests/functional/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
26 changes: 2 additions & 24 deletions tests/functional/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a3b138

Please sign in to comment.