Integrate ControllerConnector #212
pull-request.yml
on: pull_request
build
4m 56s
test-argentX
1m 46s
Annotations
2 errors and 1 warning
|
test-argentX
Process completed with exit code 1.
|
|
test-argentX
AxiosError: Request failed with status code 404
at src/argent-x/utils/downloadGitHubRelease.ts:29
27 | if (error.response && error.response.status === 404) {
28 | // If no releases found, try getting tags instead
> 29 | const tagsResponse = await axios.get(
| ^
30 | `https://api.github.com/repos/${owner}/${repo}/tags`,
31 | {
32 | headers: {
at settle (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/core/settle.js:19:12)
at IncomingMessage.handleStreamEnd (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/adapters/http.js:599:11)
at Axios.request (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/axios@1.10.0/node_modules/axios/lib/core/Axios.js:45:41)
at getLatestReleaseTag (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/argent-x/utils/downloadGitHubRelease.ts:29:28)
at downloadGitHubRelease (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/argent-x/utils/downloadGitHubRelease.ts:49:15)
at downloadArgentXBuild (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/shared/cfg/global.setup.ts:6:25)
|
|
test-argentX
No files were found with the provided path: e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm. No artifacts will be uploaded.
|